Uses of Interface
java.io.ObjectOutput
| Package | Description |
|---|---|
| java.io |
-
Uses of ObjectOutput in java.io
Classes in java.io that implement ObjectOutput Modifier and Type Class Description classObjectOutputStreamA specializedOutputStreamthat is able to write (serialize) Java objects as well as primitive data types (int, byte, char etc.).Methods in java.io with parameters of type ObjectOutput Modifier and Type Method Description abstract voidObjectOutputStream.PutField. write(ObjectOutput out)Deprecated.This method is unsafe and may corrupt the target stream.voidExternalizable. writeExternal(ObjectOutput output)Writes the receiver to the ObjectOutputoutput.