com.caucho.hessian.io
Class AbstractListDeserializer

java.lang.Object
  extended bycom.caucho.hessian.io.Deserializer
      extended bycom.caucho.hessian.io.AbstractListDeserializer
Direct Known Subclasses:
ArrayDeserializer, CollectionDeserializer

public class AbstractListDeserializer
extends Deserializer

Deserializing a JDK 1.2 Collection.


Constructor Summary
AbstractListDeserializer()
           
 
Method Summary
 java.lang.Object readObject(AbstractHessianInput in)
           
 
Methods inherited from class com.caucho.hessian.io.Deserializer
getType, readList, readMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListDeserializer

public AbstractListDeserializer()
Method Detail

readObject

public java.lang.Object readObject(AbstractHessianInput in)
                            throws java.io.IOException
Overrides:
readObject in class Deserializer
Throws:
java.io.IOException