Class ArrayWriter

  • All Implemented Interfaces:
    JsonWriterI<java.lang.Object>

    public class ArrayWriter
    extends java.lang.Object
    implements JsonWriterI<java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayWriter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <E> void writeJSONString​(E value, java.lang.Appendable out, JSONStyle compression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrayWriter

        public ArrayWriter()
    • Method Detail

      • writeJSONString

        public <E> void writeJSONString​(E value,
                                        java.lang.Appendable out,
                                        JSONStyle compression)
                                 throws java.io.IOException
        Specified by:
        writeJSONString in interface JsonWriterI<java.lang.Object>
        Throws:
        java.io.IOException