Method | Description | |
---|---|---|
LooseMarshalNestedObject ( DataStructure o, |
||
LooseUnmarshalNestedObject ( |
||
Marshal ( Object o, |
||
OpenWireFormat ( ) : System | ||
RenegotiateWireFormat ( |
||
TightMarshalNestedObject1 ( DataStructure o, |
||
TightMarshalNestedObject2 ( DataStructure o, |
||
TightUnmarshalNestedObject ( |
||
Unmarshal ( |
||
addMarshaller ( |
||
clearMarshallers ( ) : void |
Method | Description | |
---|---|---|
GetDataStreamMarshallerForType ( byte dataType ) : |
public LooseMarshalNestedObject ( DataStructure o, |
||
o | DataStructure | |
dataOut | ||
return | void |
public LooseUnmarshalNestedObject ( |
||
dis | ||
return | DataStructure |
public Marshal ( Object o, |
||
o | Object | |
ds | ||
return | void |
public RenegotiateWireFormat ( |
||
info | ||
return | void |
public TightMarshalNestedObject1 ( DataStructure o, |
||
o | DataStructure | |
bs | ||
return | int |
public TightMarshalNestedObject2 ( DataStructure o, |
||
o | DataStructure | |
ds | ||
bs | ||
return | void |
public TightUnmarshalNestedObject ( |
||
dis | ||
bs | ||
return | DataStructure |
public Unmarshal ( |
||
dis | ||
return | Object |
public addMarshaller ( |
||
marshaller | ||
return | void |