| MessagePackSerializerExtensions Methods | 
The MessagePackSerializerExtensions type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also