KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > ObjectStreamConstants

java.io
Interface ObjectStreamConstants

All Known Implementing Classes:
ObjectInputStream, ObjectOutputStream
See Also:
Top Examples, Source Code

static final int baseWireHandle
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int PROTOCOL_VERSION_1
See Also:
ObjectOutputStream.useProtocolVersion(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int PROTOCOL_VERSION_2
See Also:
SC_BLOCK_DATA, ObjectOutputStream.useProtocolVersion(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte SC_BLOCK_DATA
See Also:
PROTOCOL_VERSION_2
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte SC_ENUM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte SC_EXTERNALIZABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte SC_SERIALIZABLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte SC_WRITE_METHOD
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final short STREAM_MAGIC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final short STREAM_VERSION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final SerializablePermission SUBCLASS_IMPLEMENTATION_PERMISSION
See Also:
ObjectInputStream.readObjectOverride(), ObjectOutputStream.writeObjectOverride(Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final SerializablePermission SUBSTITUTION_PERMISSION
See Also:
ObjectInputStream.enableResolveObject(boolean), ObjectOutputStream.enableReplaceObject(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_ARRAY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_BASE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_BLOCKDATA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_BLOCKDATALONG
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_CLASS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_CLASSDESC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_ENDBLOCKDATA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_ENUM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_EXCEPTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_LONGSTRING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_MAX
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_NULL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_PROXYCLASSDESC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_REFERENCE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_RESET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final byte TC_STRING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags