Interface JsonWriterI<T>

    • Method Detail

      • writeJSONString

        <E extends T> void writeJSONString​(E value,
                                           java.lang.Appendable out,
                                           JSONStyle compression)
                                    throws java.io.IOException
        Throws:
        java.io.IOException