IObjectStreamConstants Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants written into the Object Serialization Stream.
public interface IObjectStreamConstants
type IObjectStreamConstants = interface
Remarks
Constants written into the Object Serialization Stream.
Added in JDK 1.1.
Java documentation for java.io.ObjectStreamConstants
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
BaseWireHandle |
First wire handle to be assigned. |
ScBlockData |
Bit mask for ObjectStreamClass flag. |
ScEnum |
Bit mask for ObjectStreamClass flag. |
ScExternalizable |
Bit mask for ObjectStreamClass flag. |
ScSerializable |
Bit mask for ObjectStreamClass flag. |
ScWriteMethod |
Bit mask for ObjectStreamClass flag. |
StreamMagic |
Magic number that is written to the stream header. |
StreamVersion |
Version number that is written to the stream header. |
TcArray |
new Array. |
TcBase |
First tag value. |
TcBlockdata |
Block of optional data. |
TcBlockdatalong |
long Block data. |
TcClass |
Reference to Class. |
TcClassdesc |
new Class Descriptor. |
TcEndblockdata |
End of optional block data blocks for an object. |
TcEnum |
new Enum constant. |
TcException |
Exception during write. |
TcLongstring |
Long string. |
TcMax |
Last tag value. |
TcNull |
Null object reference. |
TcObject |
new Object. |
TcProxyclassdesc |
new Proxy Class Descriptor. |
TcReference |
Reference to an object already written into the stream. |
TcReset |
Reset stream context. |
TcString |
new String. |
Properties
SubclassImplementationPermission |
Enable overriding of readObject and writeObject. |
SubstitutionPermission |
Enable substitution of one object for another during serialization/deserialization. |