Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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

Field Summary

static intPROTOCOL_VERSION_1

This interface contains constants that are used in object serialization.
static intPROTOCOL_VERSION_2

Field Details

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