The members of Java.IO.ObjectStreamConstants are listed below.
See Also: Inherited members from System.Object
const | BaseWireHandle | int (8257536). Handle for the first object that gets serialized. |
const | ProtocolVersion1 | ObjectStreamProtocol (1). Stream protocol version 1. |
const | ProtocolVersion2 | ObjectStreamProtocol (2). Stream protocol version 2. |
const | ScBlockData | sbyte (8). Bit mask for the flag field in Java.IO.ObjectStreamClass. |
const | ScEnum | sbyte (16). Bit mask for the flag field in Java.IO.ObjectStreamClass. |
const | ScExternalizable | sbyte (4). Bit mask for the flag field in Java.IO.ObjectStreamClass. |
const | ScSerializable | sbyte (2). Bit mask for the flag field in Java.IO.ObjectStreamClass. |
const | ScWriteMethod | sbyte (1). Bit mask for the flag field in Java.IO.ObjectStreamClass. |
const | StreamMagic | short (-21267). The stream header's magic number. |
const | StreamVersion | short (5). The stream header's version number. |
const | TcArray | sbyte (117). Tag to mark a new array. |
const | TcBase | sbyte (112). The minimum tag value. |
const | TcBlockdata | sbyte (119). Tag to mark a block of optional data. |
const | TcBlockdatalong | sbyte (122). Tag to mark a long block of data. |
const | TcClass | sbyte (118). Tag to mark a reference to a class. |
const | TcClassdesc | sbyte (114). Tag to mark a new class descriptor. |
const | TcEndblockdata | sbyte (120). Tag to mark the end of block data blocks for an object. |
const | TcEnum | sbyte (126). Tag to mark a new enum. |
const | TcException | sbyte (123). Tag to mark an exception. |
const | TcLongstring | sbyte (124). Tag to mark a long string. |
const | TcMax | sbyte (126). The maximum tag value. |
const | TcNull | sbyte (112). Tag to mark a null object reference. |
const | TcObject | sbyte (115). Tag to mark a new object. |
const | TcProxyclassdesc | sbyte (125). Tag to mark a new proxy class descriptor. |
const | TcReference | sbyte (113). Tag to mark a reference to an object that has already been written to the stream. |
const | TcReset | sbyte (121). Tag to mark a stream reset. |
const | TcString | sbyte (116). Tag to mark a new string. |
[read-only] static | SubclassImplementationPermission | SerializablePermission. Permission constant to enable subclassing of ObjectInputStream and ObjectOutputStream. |
[read-only] static | SubstitutionPermission | SerializablePermission. Permission constant to enable object substitution during serialization and deserialization. |