Class NullValue.Externalizer

    • Constructor Summary

      Constructors 
      Constructor Description
      Externalizer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NullValue readObject​(java.io.ObjectInput input)
      Read an instance from the stream.
      void writeObject​(java.io.ObjectOutput output, NullValue object)
      Write the object reference to the stream.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait