Package com.caucho.hessian.io
Class IteratorDeserializer
java.lang.Object
com.caucho.hessian.io.AbstractDeserializer
com.caucho.hessian.io.AbstractListDeserializer
com.caucho.hessian.io.IteratorDeserializer
- All Implemented Interfaces:
Deserializer
Deserializing a JDK 1.2 Collection.
-
Field Summary
Fields inherited from class com.caucho.hessian.io.AbstractDeserializer
NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IteratorDeserializer
create()
readList
(AbstractHessianInput in, int length) Methods inherited from class com.caucho.hessian.io.AbstractListDeserializer
readObject
Methods inherited from class com.caucho.hessian.io.AbstractDeserializer
codeName, createField, createFields, error, getType, isReadResolve, readLengthList, readMap, readObject, readObject
-
Constructor Details
-
IteratorDeserializer
public IteratorDeserializer()
-
-
Method Details
-
create
-
readList
- Specified by:
readList
in interfaceDeserializer
- Overrides:
readList
in classAbstractDeserializer
- Throws:
IOException
-