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.
Since:
1.2
See Also:
ObjectOutputStream.useProtocolVersion(int)
,
ObjectStreamConstants.SC_BLOCK_DATA
,