Class JsArraySerializer

  • All Implemented Interfaces:
    com.dslplatform.json.JsonWriter.WriteObject<JsArray>

    public final class JsArraySerializer
    extends java.lang.Object
    implements com.dslplatform.json.JsonWriter.WriteObject<JsArray>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(com.dslplatform.json.JsonWriter writer, JsArray list)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • write

        public void write​(com.dslplatform.json.JsonWriter writer,
                          JsArray list)
        Specified by:
        write in interface com.dslplatform.json.JsonWriter.WriteObject<JsArray>