Method | Description | |
---|---|---|
CreateObject ( ) : DataStructure | ||
GetDataStructureType ( ) : byte | ||
LooseMarshal ( OpenWireFormat wireFormat, Object o, |
||
LooseUnmarshal ( OpenWireFormat wireFormat, Object o, |
||
TightMarshal1 ( OpenWireFormat wireFormat, Object o, BooleanStream bs ) : int | ||
TightMarshal2 ( OpenWireFormat wireFormat, Object o, |
||
TightUnmarshal ( OpenWireFormat wireFormat, Object o, |
public LooseMarshal ( OpenWireFormat wireFormat, Object o, |
||
wireFormat | OpenWireFormat | |
o | Object | |
dataOut | ||
return | void |
public LooseUnmarshal ( OpenWireFormat wireFormat, Object o, |
||
wireFormat | OpenWireFormat | |
o | Object | |
dataIn | ||
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, |
||
wireFormat | OpenWireFormat | |
o | Object | |
dataOut | ||
bs | BooleanStream | |
return | void |
public TightUnmarshal ( OpenWireFormat wireFormat, Object o, |
||
wireFormat | OpenWireFormat | |
o | Object | |
dataIn | ||
bs | BooleanStream | |
return | void |