com.caucho.hessian.io
Class MapDeserializer
java.lang.Object
com.caucho.hessian.io.AbstractDeserializer
com.caucho.hessian.io.AbstractMapDeserializer
com.caucho.hessian.io.MapDeserializer
- All Implemented Interfaces:
- Deserializer
public class MapDeserializer
- extends AbstractMapDeserializer
Deserializing a JDK 1.2 Map.
Field Summary |
private java.lang.reflect.Constructor<?> |
_ctor
|
private java.lang.Class<?> |
_type
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_type
private java.lang.Class<?> _type
_ctor
private java.lang.reflect.Constructor<?> _ctor
MapDeserializer
public MapDeserializer(java.lang.Class<?> type)
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
createMap
private java.util.Map createMap()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2003-2011. All Rights Reserved.