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
|
readObject
codeName, createField, createFields, error, isReadResolve, readLengthList, readList, readObject
public MapDeserializer(Class<?> type)
public Class<?> getType()
getType
in interface Deserializer
getType
in class AbstractMapDeserializer
public Object readMap(AbstractHessianInput in) throws IOException
readMap
in interface Deserializer
readMap
in class AbstractDeserializer
IOException
public Object readObject(AbstractHessianInput in, Object[] fields) throws IOException
AbstractDeserializer
readObject
in interface Deserializer
readObject
in class AbstractDeserializer
in
- the input streamfields
- the deserializer's own field marshalIOException
Copyright © 2023. All rights reserved.