public interface Deserializer
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getType() |
java.lang.Object |
readLengthList(AbstractHessianInput in,
int length) |
java.lang.Object |
readList(AbstractHessianInput in,
int length) |
java.lang.Object |
readMap(AbstractHessianInput in) |
java.lang.Object |
readObject(AbstractHessianInput in) |
java.lang.Object |
readObject(AbstractHessianInput in,
java.lang.String[] fieldNames) |
java.lang.Class getType()
java.lang.Object readObject(AbstractHessianInput in) throws java.io.IOException
java.io.IOException
java.lang.Object readList(AbstractHessianInput in, int length) throws java.io.IOException
java.io.IOException
java.lang.Object readLengthList(AbstractHessianInput in, int length) throws java.io.IOException
java.io.IOException
java.lang.Object readMap(AbstractHessianInput in) throws java.io.IOException
java.io.IOException
java.lang.Object readObject(AbstractHessianInput in, java.lang.String[] fieldNames) throws java.io.IOException
java.io.IOException