com.caucho.hessian.io
Class CollectionDeserializer

java.lang.Object
  extended bycom.caucho.hessian.io.Deserializer
      extended bycom.caucho.hessian.io.AbstractListDeserializer
          extended bycom.caucho.hessian.io.CollectionDeserializer

public class CollectionDeserializer
extends AbstractListDeserializer

Deserializing a JDK 1.2 Collection.


Field Summary
private  java.lang.Class _type
           
 
Constructor Summary
CollectionDeserializer(java.lang.Class type)
           
 
Method Summary
 java.lang.Class getType()
           
 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.Deserializer
readMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_type

private java.lang.Class _type
Constructor Detail

CollectionDeserializer

public CollectionDeserializer(java.lang.Class type)
Method Detail

getType

public java.lang.Class getType()
Overrides:
getType in class Deserializer

readList

public java.lang.Object readList(AbstractHessianInput in,
                                 int length)
                          throws java.io.IOException
Overrides:
readList in class Deserializer
Throws:
java.io.IOException