| IMessagePackSingleObjectSerializer Interface | 
Namespace: MsgPack.Serialization
 Syntax
SyntaxThe IMessagePackSingleObjectSerializer type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | PackSingleObject | 
            	Serialize specified object to the array of Byte.
             | 
|  | PackTo | 
            	Serialize specified object with specified Packer.
            (Inherited from IMessagePackSerializer.) | 
|  | UnpackFrom | 
            	Deserialize object with specified Unpacker.
            (Inherited from IMessagePackSerializer.) | 
|  | UnpackSingleObject | 
            	Deserialize a single object from the array of Byte which contains a serialized object.
             | 
|  | UnpackTo | 
            	Deserialize collection items with specified Unpacker and stores them to collection.
            (Inherited from IMessagePackSerializer.) | 
 Extension Methods
Extension Methods| 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.) | 
 See Also
See Also