Interface BinaryObjectDeserializer
-
public interface BinaryObjectDeserializer
Interface for reading objects from a stream.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Closes the underlying streamjava.lang.Object
readObject()
Reads the next object from the stream.
-