Frames | No Frames |
Methods which throw type java.io.NotActiveException | |
void | Reads the current objects non-transient, non-static fields from
the current class from the underlying output stream.
|
void | Writes the current objects non-transient, non-static fields from
the current class to the underlying output stream.
|
ObjectInputStream.GetField | This method should be called by a method called 'readObject' in the
deserializing class (if present). |
void | Registers a ObjectInputValidation to be carried out
on the object graph currently being deserialized before it is
returned to the original caller of readObject () .
|
void | This method allows subclasses to override the default
serialization mechanism provided by
ObjectOutputStream . |