Package com.caucho.hessian.io
Class AnnotationDeserializer
java.lang.Object
com.caucho.hessian.io.AbstractDeserializer
com.caucho.hessian.io.AbstractMapDeserializer
com.caucho.hessian.io.AnnotationDeserializer
- All Implemented Interfaces:
Deserializer
Deserializing a java annotation for known object types.
-
Field Summary
Fields inherited from class com.caucho.hessian.io.AbstractDeserializer
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()readObject(AbstractHessianInput in, Object[] fields) Reads an object instance from the input streamMethods inherited from class com.caucho.hessian.io.AbstractMapDeserializer
readObjectMethods inherited from class com.caucho.hessian.io.AbstractDeserializer
codeName, createField, createFields, error, isReadResolve, readLengthList, readList, readObject
-
Constructor Details
-
AnnotationDeserializer
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceDeserializer- Overrides:
getTypein classAbstractMapDeserializer
-
readMap
- 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
-