|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.Deserializer
com.caucho.hessian.io.AbstractListDeserializer
com.caucho.hessian.io.CollectionDeserializer
public class CollectionDeserializer
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 |
---|
private java.lang.Class _type
Constructor Detail |
---|
public CollectionDeserializer(java.lang.Class type)
Method Detail |
---|
public java.lang.Class getType()
getType
in class Deserializer
public java.lang.Object readList(AbstractHessianInput in, int length) throws java.io.IOException
readList
in class Deserializer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |