static int | PROTOCOL_VERSION_1 - The serialization stream protocol version 1.
|
static int | PROTOCOL_VERSION_2 - The serialization stream protocol version 2.
|
static byte | SC_BLOCK_DATA - Flag used in
ObjectStreamClass to designate that
externalizable data is written in block data mode.
|
static byte | SC_ENUM - Flag used in
ObjectStreamClass to designate that the class
is an enum constant.
|
static byte | SC_EXTERNALIZABLE - Flag used in
ObjectStreamClass to designate that the class
is externalizable.
|
static byte | SC_SERIALIZABLE - Flag used in
ObjectStreamClass to designate that the class
is serializeable.
|
static byte | SC_WRITE_METHOD - Flag used in
ObjectStreamClass to designate that the class
defines the writeObject method.
|
static short | STREAM_MAGIC - The magic number that is written as part of the stream header.
|
static short | STREAM_VERSION - The stream version number that is written as part of the stream header.
|
static SerializablePermission | SUBCLASS_IMPLEMENTATION_PERMISSION - Constant for use with a
SecurityManager to check if
overriding of the writeObject and readObject
methods is allowed.
|
static SerializablePermission | SUBSTITUTION_PERMISSION - Constant for use with a
SecurityManager to check if
substitution of objects is allowed.
|
static byte | TC_ARRAY - Token value to designate a new array is next in the stream.
|
static byte | TC_BASE - The first token value.
|
static byte | TC_BLOCKDATA - Token value to designate a block of primitive data is next in the stream.
|
static byte | TC_BLOCKDATALONG - Token value to designate a long block of primitive data is next in the
stream.
|
static byte | TC_CLASS - Token reference to designate a reference to a class.
|
static byte | TC_CLASSDESC - Token value to designate a class descriptor is next in the stream.
|
static byte | TC_ENDBLOCKDATA - Token value to designate the end of a block of primitve data.
|
static byte | TC_ENUM - Token value to designate an enum constant is next in the stream.
|
static byte | TC_EXCEPTION - Token value to designate an exception occured during serialization.
|
static byte | TC_LONGSTRING - Token value to designate a long string is next in the stream.
|
static byte | TC_MAX - The last token value.
|
static byte | TC_NULL - Token value to designate a
null reference in the stream.
|
static byte | TC_OBJECT - Token value to designate a new object is next in the stream.
|
static byte | TC_PROXYCLASSDESC - Token value to designate a proxy class descriptor is next in the stream.
|
static byte | TC_REFERENCE - Token value to designate a reference to an already serialized object.
|
static byte | TC_RESET - Token value to designate a reset of the stream state.
|
static byte | TC_STRING - Token value to designate a new string is next in the stream.
|
static int | baseWireHandle - The first handle that will be assigned to an object, for later references.
|