Uses of Interface
java.io.ObjectStreamConstants
Package
Description
Provides for system input and output through data streams,
serialization and the file system.
-
Uses of ObjectStreamConstants in java.io
Modifier and TypeClassDescriptionclass
An ObjectInputStream deserializes primitive data and objects previously written using an ObjectOutputStream.class
An ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream.