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
public class IteratorDeserializer extends AbstractListDeserializer
Deserializing a JDK 1.2 Collection.
-
-
Field Summary
-
Fields inherited from class com.caucho.hessian.io.AbstractDeserializer
NULL
-
-
Constructor Summary
Constructors Constructor Description IteratorDeserializer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IteratorDeserializer
create()
java.lang.Object
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
-
-
-
-
Method Detail
-
create
public static IteratorDeserializer create()
-
readList
public java.lang.Object readList(AbstractHessianInput in, int length) throws java.io.IOException
- Specified by:
readList
in interfaceDeserializer
- Overrides:
readList
in classAbstractDeserializer
- Throws:
java.io.IOException
-
-