Generated by
JDiff

Interface java.io.ObjectStreamConstants

Documentation changed from old to new.

Added Fields
byte TC_LONGSTRING Long string.
byte TC_PROXYCLASSDESC new Proxy Class Descriptor.
 

Changed Fields
int PROTOCOL_VERSION_1 Documentation changed from old to new.
A Stream Protocol Version.
int PROTOCOL_VERSION_2 Documentation changed from old to new.
A Stream Protocol Version.
byte SC_BLOCK_DATA Documentation changed from old to new.
Bit mask for ObejctStreamClass flag.
short STREAM_MAGIC Documentation changed from old to new.
Magic number that is written to the stream header.
short STREAM_VERSION Documentation changed from old to new.
Version number that is written to the stream header.
SerializablePermission SUBCLASS_IMPLEMENTATION_PERMISSION Documentation changed from old to new.
Enable overriding of readObject and writeObject.
SerializablePermission SUBSTITUTION_PERMISSION Documentation changed from old to new.
Enable substitution of one object for another during serialization/deserialization.
byte TC_ARRAY Documentation changed from old to new.
new Array.
byte TC_OBJECT Documentation changed from old to new.
new Object.
byte TC_STRING Documentation changed from old to new.
new String.