ObjectInput.readObject

Read and return an object. The class that implements this interface defines where the object is "read" from.

@return the object read from the stream @exception java.lang.ClassNotFoundException If the class of a serialized object cannot be found. @exception IOException If any of the usual Input/Output related exceptions occur.

interface ObjectInput
Object
readObject
()

Meta