public abstract class SessionDeserializer
extends java.lang.Object
| Constructor and Description |
|---|
SessionDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
abstract int |
readInt() |
abstract java.lang.Object |
readObject() |
public abstract int readInt()
throws java.io.IOException
java.io.IOExceptionpublic abstract java.lang.Object readObject()
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void close()