public abstract class AbstractStreamDeserializer extends AbstractDeserializer
NULL| Constructor and Description |
|---|
AbstractStreamDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Class<?> |
getType() |
Object |
readMap(AbstractHessianInput in)
Reads the Hessian 1.0 style map.
|
Object |
readObject(AbstractHessianInput in,
Object[] fields)
Reads an object instance from the input stream
|
protected abstract Object |
readStreamValue(AbstractHessianInput in) |
codeName, createField, createFields, error, isReadResolve, readLengthList, readList, readObject, readObjectpublic abstract Class<?> getType()
getType in interface DeserializergetType in class AbstractDeserializerpublic Object readMap(AbstractHessianInput in) throws IOException
readMap in interface DeserializerreadMap in class AbstractDeserializerIOExceptionpublic Object readObject(AbstractHessianInput in, Object[] fields) throws IOException
AbstractDeserializerreadObject in interface DeserializerreadObject in class AbstractDeserializerin - the input streamfields - the deserializer's own field marshalIOExceptionprotected abstract Object readStreamValue(AbstractHessianInput in) throws IOException
IOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.