com.caucho.hessian.io

Class CollectionDeserializer


public class CollectionDeserializer
extends AbstractListDeserializer

Deserializing a JDK 1.2 Collection.

Field Summary

private Class
_type

Constructor Summary

CollectionDeserializer(Class type)

Method Summary

Class
getType()
Object
readList(AbstractHessianInput in, int length)

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

readObject

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

getType, readList, readMap, readObject

Field Details

_type

private Class _type

Constructor Details

CollectionDeserializer

public CollectionDeserializer(Class type)

Method Details

getType

public Class getType()
Overrides:
getType in interface Deserializer

readList

public Object readList(AbstractHessianInput in,
                       int length)
            throws IOException
Overrides:
readList in interface Deserializer