public class AnnotationDeserializer extends AbstractMapDeserializer
NULL| Constructor and Description |
|---|
AnnotationDeserializer(Class annType) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getType() |
Object |
readMap(AbstractHessianInput in) |
Object |
readObject(AbstractHessianInput in,
Object[] fields)
Reads an object instance from the input stream
|
readObjectcodeName, createField, createFields, error, isReadResolve, readLengthList, readList, readObjectpublic AnnotationDeserializer(Class annType)
public Class getType()
getType in interface DeserializergetType in class AbstractMapDeserializerpublic 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 marshalIOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.