- object
- the object to write to the target stream.
Type Reason Java.IO.IOException if an error occurs while writing to the target stream.
Writes an unshared object to the target stream. This method is identical to writeObject, except that it always writes a new object to the stream versus the use of back-referencing for identical objects by writeObject.