|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.burlap.io.Deserializer
com.caucho.burlap.io.AbstractListDeserializer
com.caucho.burlap.io.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(AbstractBurlapInput in,
int length)
|
Methods inherited from class com.caucho.burlap.io.Deserializer |
readMap, readObject |
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 AbstractListDeserializer
public java.lang.Object readList(AbstractBurlapInput 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 |