Package com.caucho.hessian.io
Class AbstractStreamDeserializer
java.lang.Object
com.caucho.hessian.io.AbstractDeserializer
com.caucho.hessian.io.AbstractStreamDeserializer
- All Implemented Interfaces:
Deserializer
Deserializing a byte stream
-
Field Summary
Fields inherited from class com.caucho.hessian.io.AbstractDeserializer
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Class<?>getType()Reads the Hessian 1.0 style map.readObject(AbstractHessianInput in, Object[] fields) Reads an object instance from the input streamprotected abstract ObjectMethods inherited from class com.caucho.hessian.io.AbstractDeserializer
codeName, createField, createFields, error, isReadResolve, readLengthList, readList, readObject, readObject
-
Constructor Details
-
AbstractStreamDeserializer
public AbstractStreamDeserializer()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceDeserializer- Overrides:
getTypein classAbstractDeserializer
-
readMap
Reads the Hessian 1.0 style map.- Specified by:
readMapin interfaceDeserializer- Overrides:
readMapin classAbstractDeserializer- Throws:
IOException
-
readObject
Description copied from class:AbstractDeserializerReads an object instance from the input stream- Specified by:
readObjectin interfaceDeserializer- Overrides:
readObjectin classAbstractDeserializer- Parameters:
in- the input streamfields- the deserializer's own field marshal- Returns:
- the new object
- Throws:
IOException
-
readStreamValue
- Throws:
IOException
-