com.caucho.hessian.io
Class CollectionDeserializer
java.lang.Object
com.caucho.hessian.io.AbstractDeserializer
com.caucho.hessian.io.AbstractListDeserializer
com.caucho.hessian.io.CollectionDeserializer
- All Implemented Interfaces:
- Deserializer
public class CollectionDeserializer
- extends AbstractListDeserializer
Deserializing a JDK 1.2 Collection.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionDeserializer
public CollectionDeserializer(Class type)
getType
public Class getType()
- Specified by:
getType in interface Deserializer- Overrides:
getType in class AbstractDeserializer
readList
public Object readList(AbstractHessianInput in,
int length)
throws IOException
- Specified by:
readList in interface Deserializer- Overrides:
readList in class AbstractDeserializer
- Throws:
IOException
readLengthList
public Object readLengthList(AbstractHessianInput in,
int length)
throws IOException
- Specified by:
readLengthList in interface Deserializer- Overrides:
readLengthList in class AbstractDeserializer
- Throws:
IOException
Copyright © 2013. All Rights Reserved.