Class DataStructureSupportMarshaller
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apache.NMS.ActiveMQ.OpenWire.V1
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public abstract class DataStructureSupportMarshaller : BaseDataStreamMarshaller
Methods
| Improve this Doc View SourceTightMarshal1(OpenWireFormat, Object, BooleanStream)
Declaration
public override int TightMarshal1(OpenWireFormat wireFormat, object o, BooleanStream bs)
Parameters
Type | Name | Description |
---|---|---|
OpenWireFormat | wireFormat | |
System.Object | o | |
BooleanStream | bs |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceTightMarshal2(OpenWireFormat, Object, BinaryWriter, BooleanStream)
Declaration
public override void TightMarshal2(OpenWireFormat wireFormat, object o, BinaryWriter dataOut, BooleanStream bs)
Parameters
Type | Name | Description |
---|---|---|
OpenWireFormat | wireFormat | |
System.Object | o | |
System.IO.BinaryWriter | dataOut | |
BooleanStream | bs |
Overrides
| Improve this Doc View SourceTightUnmarshal(OpenWireFormat, Object, BinaryReader, BooleanStream)
Declaration
public override void TightUnmarshal(OpenWireFormat wireFormat, object o, BinaryReader dataIn, BooleanStream bs)
Parameters
Type | Name | Description |
---|---|---|
OpenWireFormat | wireFormat | |
System.Object | o | |
System.IO.BinaryReader | dataIn | |
BooleanStream | bs |