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
public class AnnotationDeserializer
- extends AbstractMapDeserializer
Deserializing a java annotation for known object types.
Field Summary |
private java.lang.Class |
_annType
|
private static java.util.logging.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final java.util.logging.Logger log
_annType
private java.lang.Class _annType
AnnotationDeserializer
public AnnotationDeserializer(java.lang.Class annType)
getType
public java.lang.Class getType()
- Specified by:
getType
in interface Deserializer
- Overrides:
getType
in class AbstractMapDeserializer
readMap
public java.lang.Object readMap(AbstractHessianInput in)
throws java.io.IOException
- Specified by:
readMap
in interface Deserializer
- Overrides:
readMap
in class AbstractDeserializer
- Throws:
java.io.IOException
readObject
public java.lang.Object readObject(AbstractHessianInput in,
java.lang.Object[] fields)
throws java.io.IOException
- Description copied from class:
AbstractDeserializer
- Reads an object instance from the input stream
- Specified by:
readObject
in interface Deserializer
- Overrides:
readObject
in class AbstractDeserializer
- Parameters:
in
- the input streamfields
- the deserializer's own field marshal
- Returns:
- the new object
- Throws:
java.io.IOException
Copyright 2003-2011. All Rights Reserved.