Class ElsaSerializerBase.DeserSingleton

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Object singleton  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeserSingleton​(java.lang.Object singleton)  
    • Field Detail

      • singleton

        protected final java.lang.Object singleton
    • Constructor Detail

      • DeserSingleton

        public DeserSingleton​(java.lang.Object singleton)
    • Method Detail

      • deserialize

        public java.lang.Object deserialize​(java.io.DataInput in,
                                            ElsaStack objectStack)
                                     throws java.io.IOException
        Description copied from class: ElsaSerializerBase.Deserializer
        Deserialize the content of an object from a DataInput.
        Specified by:
        deserialize in class ElsaSerializerBase.Deserializer
        Parameters:
        in - to read serialized data from
        objectStack - object stack used to handle backward references
        Returns:
        deserialized object
        Throws:
        java.io.IOException - from underlying stream