com.caucho.hessian.io
Class AbstractListDeserializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractDeserializer
      extended by com.caucho.hessian.io.AbstractListDeserializer
All Implemented Interfaces:
Deserializer
Direct Known Subclasses:
ArrayDeserializer, CollectionDeserializer, EnumerationDeserializer, IteratorDeserializer

public class AbstractListDeserializer
extends AbstractDeserializer

Deserializing a JDK 1.2 Collection.


Field Summary
 
Fields inherited from class com.caucho.hessian.io.AbstractDeserializer
NULL
 
Constructor Summary
AbstractListDeserializer()
           
 
Method Summary
 Object readObject(AbstractHessianInput in)
           
 
Methods inherited from class com.caucho.hessian.io.AbstractDeserializer
codeName, createField, createFields, error, getType, isReadResolve, readLengthList, readList, readMap, readObject, readObject
 
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 Object readObject(AbstractHessianInput in)
                  throws IOException
Specified by:
readObject in interface Deserializer
Overrides:
readObject in class AbstractDeserializer
Throws:
IOException


Copyright © 2013. All Rights Reserved.