Class String

    • Constructor Summary

      Constructors 
      Constructor Description
      String​(java.lang.CharSequence string)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serialize​(JsonSink jsonSink)  
      • Methods inherited from class java.lang.Object

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

      • String

        public String​(java.lang.CharSequence string)
    • Method Detail

      • serialize

        public void serialize​(JsonSink jsonSink)
                       throws java.io.IOException
        Specified by:
        serialize in interface JsonValue
        Throws:
        java.io.IOException