|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hessian.io.Deserializer
public abstract class Deserializer
Deserializing an object.
Constructor Summary | |
---|---|
Deserializer()
|
Method Summary | |
---|---|
java.lang.Class |
getType()
|
java.lang.Object |
readList(AbstractHessianInput in,
int length)
|
java.lang.Object |
readMap(AbstractHessianInput in)
|
java.lang.Object |
readObject(AbstractHessianInput in)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Deserializer()
Method Detail |
---|
public java.lang.Class getType()
public java.lang.Object readObject(AbstractHessianInput in) throws java.io.IOException
java.io.IOException
public java.lang.Object readList(AbstractHessianInput in, int length) throws java.io.IOException
java.io.IOException
public java.lang.Object readMap(AbstractHessianInput in) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |