|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.AbstractDeserializer
com.caucho.hessian.io.AbstractListDeserializer
com.caucho.hessian.io.CollectionDeserializer
public class CollectionDeserializer
Deserializing a JDK 1.2 Collection.
Constructor Summary | |
---|---|
CollectionDeserializer(java.lang.Class type)
|
Method Summary | |
---|---|
java.lang.Class |
getType()
|
java.lang.Object |
readLengthList(AbstractHessianInput in,
int length)
|
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, error, readMap, readObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionDeserializer(java.lang.Class type)
Method Detail |
---|
public java.lang.Class getType()
getType
in interface Deserializer
getType
in class AbstractDeserializer
public java.lang.Object readList(AbstractHessianInput in, int length) throws java.io.IOException
readList
in interface Deserializer
readList
in class AbstractDeserializer
java.io.IOException
public java.lang.Object readLengthList(AbstractHessianInput in, int length) throws java.io.IOException
readLengthList
in interface Deserializer
readLengthList
in class AbstractDeserializer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |