Interface JsonWriterI<T>

All Known Implementing Classes:
ArrayWriter, BeansWriter, BeansWriterASM, BeansWriterASMRemap

public interface JsonWriterI<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    <E extends T>
    void
    writeJSONString(E value, Appendable out, JSONStyle compression)