Class AbstractStringValueDeserializer

    • Constructor Detail

      • AbstractStringValueDeserializer

        public AbstractStringValueDeserializer()
    • Method Detail

      • create

        protected abstract java.lang.Object create​(java.lang.String value)
                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • readObject

        public java.lang.Object readObject​(AbstractHessianInput in,
                                           java.lang.Object[] fields)
                                    throws java.io.IOException
        Description copied from class: AbstractDeserializer
        Reads an object instance from the input stream
        Specified by:
        readObject in interface Deserializer
        Overrides:
        readObject in class AbstractDeserializer
        Parameters:
        in - the input stream
        fields - the deserializer's own field marshal
        Returns:
        the new object
        Throws:
        java.io.IOException