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.IOException
public abstract java.lang.Object readObject() throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void close()