com.caucho.hessian.io
Class IteratorDeserializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractDeserializer
      extended by com.caucho.hessian.io.AbstractListDeserializer
          extended by 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
IteratorDeserializer()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorDeserializer

public IteratorDeserializer()
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 interface Deserializer
Overrides:
readList in class AbstractDeserializer
Throws:
java.io.IOException