Interface Unmarshaller<T>

    • Method Detail

      • readObject

        T readObject​(StructuredReader reader)
        Parameters:
        reader - the StructuredReader where to read the data from.
        Returns:
        the unmarhsalled or de-serialized object. If this is an instance of UnmarshallableObject then the called instance is modified by filling in the unmarshalled data and will return itself.