IMessagePackSingleObjectSerializer Methods |
The IMessagePackSingleObjectSerializer type exposes the following members.
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.) |
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.) |