| MessagePackSerializerExtensions Class |
Namespace: MsgPack.Serialization
The MessagePackSerializerExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Pack(IMessagePackSerializer, Stream, Object) |
Serializes specified object to the Stream with default PackerCompatibilityOptions.
| |
| Pack(IMessagePackSerializer, Stream, Object, PackerCompatibilityOptions) |
Serializes specified object to the Stream.
| |
| Unpack |
Deserialize object from the Stream.
|