Class Null

  • All Implemented Interfaces:
    JsonValue

    public final class Null
    extends java.lang.Object
    implements JsonValue
    The trivial JsonValue null value.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static JsonValue NULL  
    • Constructor Summary

      Constructors 
      Constructor Description
      Null()  
    • 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
    • Field Detail

    • Constructor Detail

      • Null

        public Null()
    • Method Detail

      • serialize

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