java.io
Interface ObjectStreamConstants
java.lang.Object
|
+--java.io.ObjectStreamConstants
public interface ObjectStreamConstants
This interface contains constants that are used in object
serialization. This interface is used by ObjectOutputStream,
ObjectInputStream, ObjectStreamClass, and possibly other classes.
The values for these constants are specified in Javasoft's "Object
Serialization Specification" TODO: add reference
PROTOCOL_VERSION_1
public static final int PROTOCOL_VERSION_1
This interface contains constants that are used in object
serialization. This interface is used by ObjectOutputStream,
ObjectInputStream, ObjectStreamClass, and possibly other classes.
The values for these constants are specified in Javasoft's "Object
Serialization Specification" TODO: add reference
PROTOCOL_VERSION_2
public static final int PROTOCOL_VERSION_2