Buffer |
public class BufferMarshaller<T> : BufferMarshaller
The BufferMarshallerT type exposes the following members.
| Name | Description | |
|---|---|---|
| BufferMarshallerT | Constructs a marshaller. |
| Name | Description | |
|---|---|---|
| DataType |
Marsahller data type.
(Inherited from BufferMarshaller) |
| Name | Description | |
|---|---|---|
| Marshal(T) | Marshal class/struct to memory. | |
| Marshal(DataValue) |
Marshal class/struct to memory.
(Inherited from BufferMarshaller) | |
| Marshal(DeltaValue) |
Marshal class/struct to memory.
(Inherited from BufferMarshaller) | |
| Marshal(Object) |
Marshal class/struct to memory.
(Inherited from BufferMarshaller) | |
| Marshal(ValueStruct) |
Marshal class/struct to memory.
(Inherited from BufferMarshaller) | |
| Unmarshal | Unmarshal memory into a class/struct. | |
| UnmarshalDataValue |
Unmarshal memory into a class/struct.
(Inherited from BufferMarshaller) |