public class MapDeserializer extends AbstractMapDeserializer
NULL| Constructor and Description |
|---|
MapDeserializer(Class<?> type) |
| 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 MapDeserializer(Class<?> type)
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.