| IMessagePackSerializer Interface |
Namespace: MsgPack.Serialization
The IMessagePackSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
| PackTo |
Serialize specified object with specified Packer.
| |
| UnpackFrom |
Deserialize object with specified Unpacker.
| |
| UnpackTo |
Deserialize collection items with specified Unpacker and stores them to collection.
|
| Name | Description | |
|---|---|---|
| Pack(Stream, Object) | Overloaded.
Serializes specified object to the Stream with default PackerCompatibilityOptions.
(Defined by MessagePackSerializerExtensions.) | |
| Pack(Stream, Object, PackerCompatibilityOptions) | Overloaded.
Serializes specified object to the Stream.
(Defined by MessagePackSerializerExtensions.) | |
| Unpack |
Deserialize object from the Stream.
(Defined by MessagePackSerializerExtensions.) |