Constants written into the Object Serialization Stream.
@author
unascribed
@version
1.34, 01/12/04
@since
JDK 1.1
First wire handle to be assigned.
A Stream Protocol Version.

All externalizable data is written in JDK 1.1 external data format after calling this method. This version is needed to write streams containing Externalizable data that can be read by pre-JDK 1.1.6 JVMs.

A Stream Protocol Version.

This protocol is written by JVM 1.2. Externalizable data is written in block data mode and is terminated with TC_ENDBLOCKDATA. Externalizable classdescriptor flags has SC_BLOCK_DATA enabled. JVM 1.1.6 and greater can read this format change. Enables writing a nonSerializable class descriptor into the stream. The serialVersionUID of a nonSerializable class is set to 0L.

Bit mask for ObjectStreamClass flag. Indicates Externalizable data written in Block Data mode. Added for PROTOCOL_VERSION_2.
@since
1.2
Bit mask for ObjectStreamClass flag. Indicates class is an enum type.
Bit mask for ObjectStreamClass flag. Indicates class is Externalizable.
Bit mask for ObjectStreamClass flag. Indicates class is Serializable.
Bit mask for ObjectStreamClass flag. Indicates a Serializable class defines its own writeObject method.
Magic number that is written to the stream header.
Version number that is written to the stream header.
Enable overriding of readObject and writeObject.
Enable substitution of one object for another during serialization/deserialization.
new Array.
First tag value.
Block of optional data. Byte following tag indicates number of bytes in this block data.
long Block data. The long following the tag indicates the number of bytes in this block data.
Reference to Class.
new Class Descriptor.
End of optional block data blocks for an object.
new Enum constant.
Exception during write.
Long string.
Last tag value.
Null object reference.
new Object.
new Proxy Class Descriptor.
Reference to an object already written into the stream.
Reset stream context. All handles written into stream are reset.
new String.