Click or drag to resize

BufferMarshallerT Methods

The BufferMarshallerT type exposes the following members.

Methods
 NameDescription
Public methodMarshal(T) Marshal class/struct to memory.
Public methodMarshal(DataValue) Marshal class/struct to memory.
(Inherited from BufferMarshaller)
Public methodMarshal(DeltaValue) Marshal class/struct to memory.
(Inherited from BufferMarshaller)
Public methodMarshal(Object) Marshal class/struct to memory.
(Inherited from BufferMarshaller)
Public methodMarshal(ValueStruct) Marshal class/struct to memory.
(Inherited from BufferMarshaller)
Public methodUnmarshal Unmarshal memory into a class/struct.
Public methodUnmarshalDataValue Unmarshal memory into a class/struct.
(Inherited from BufferMarshaller)
Top
See Also