ObjectOutputStream.InterfaceConsts Class
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.
public static class ObjectOutputStream.InterfaceConsts
type ObjectOutputStream.InterfaceConsts = class
- Inheritance
-
ObjectOutputStream.InterfaceConsts
Remarks
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. |
ProtocolVersion1 |
Obsolete.
A Stream Protocol Version. |
ProtocolVersion2 |
Obsolete.
A Stream Protocol Version. |
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. |