Click or drag to resize
IMessagePackSingleObjectSerializer Methods

The IMessagePackSingleObjectSerializer type exposes the following members.

Methods
  NameDescription
Public methodPackSingleObject
Serialize specified object to the array of Byte.
Public methodPackTo
Serialize specified object with specified Packer.
(Inherited from IMessagePackSerializer.)
Public methodUnpackFrom
Deserialize object with specified Unpacker.
(Inherited from IMessagePackSerializer.)
Public methodUnpackSingleObject
Deserialize a single object from the array of Byte which contains a serialized object.
Public methodUnpackTo
Deserialize collection items with specified Unpacker and stores them to collection.
(Inherited from IMessagePackSerializer.)
Top
Extension Methods
  NameDescription
Public Extension MethodPack(Stream, Object)Overloaded.
Serializes specified object to the Stream with default PackerCompatibilityOptions.
(Defined by MessagePackSerializerExtensions.)
Public Extension MethodPack(Stream, Object, PackerCompatibilityOptions)Overloaded.
Serializes specified object to the Stream.
(Defined by MessagePackSerializerExtensions.)
Public Extension MethodUnpack
Deserialize object from the Stream.
(Defined by MessagePackSerializerExtensions.)
Top
See Also