Method | Description | |
---|---|---|
CreateObject ( ) : DataStructure | ||
GetDataStructureType ( ) : byte | ||
LooseMarshal ( OpenWireFormat wireFormat, Object o, BinaryWriter dataOut ) : void | ||
LooseUnmarshal ( OpenWireFormat wireFormat, Object o, BinaryReader dataIn ) : void | ||
TightMarshal1 ( OpenWireFormat wireFormat, Object o, BooleanStream bs ) : int | ||
TightMarshal2 ( OpenWireFormat wireFormat, Object o, BinaryWriter dataOut, BooleanStream bs ) : void | ||
TightUnmarshal ( OpenWireFormat wireFormat, Object o, BinaryReader dataIn, BooleanStream bs ) : void |
public LooseMarshal ( OpenWireFormat wireFormat, Object o, BinaryWriter dataOut ) : void | ||
wireFormat | OpenWireFormat | |
o | Object | |
dataOut | BinaryWriter | |
return | void |
public LooseUnmarshal ( OpenWireFormat wireFormat, Object o, BinaryReader dataIn ) : void | ||
wireFormat | OpenWireFormat | |
o | Object | |
dataIn | BinaryReader | |
return | void |
public TightMarshal1 ( OpenWireFormat wireFormat, Object o, BooleanStream bs ) : int | ||
wireFormat | OpenWireFormat | |
o | Object | |
bs | BooleanStream | |
return | int |
public TightMarshal2 ( OpenWireFormat wireFormat, Object o, BinaryWriter dataOut, BooleanStream bs ) : void | ||
wireFormat | OpenWireFormat | |
o | Object | |
dataOut | BinaryWriter | |
bs | BooleanStream | |
return | void |
public TightUnmarshal ( OpenWireFormat wireFormat, Object o, BinaryReader dataIn, BooleanStream bs ) : void | ||
wireFormat | OpenWireFormat | |
o | Object | |
dataIn | BinaryReader | |
bs | BooleanStream | |
return | void |