com.caucho.hessian.io

Class MapDeserializer


public class MapDeserializer
extends AbstractMapDeserializer

Deserializing a JDK 1.2 Map.

Field Summary

private Class
type

Constructor Summary

MapDeserializer(Class type)

Method Summary

Object
readMap(AbstractHessianInput in)

Methods inherited from class com.caucho.hessian.io.AbstractMapDeserializer

readObject

Methods inherited from class com.caucho.hessian.io.Deserializer

getType, readList, readMap, readObject

Field Details

type

private Class type

Constructor Details

MapDeserializer

public MapDeserializer(Class type)

Method Details

readMap

public Object readMap(AbstractHessianInput in)
            throws IOException
Overrides:
readMap in interface Deserializer