Class ElsaSerializerBase.DeserStringLen

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int len  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeserStringLen​(int len)  
    • Field Detail

      • len

        final int len
    • Constructor Detail

      • DeserStringLen

        DeserStringLen​(int len)
    • 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