Click or drag to resize
MessagePackSerializerT Methods

The MessagePackSerializerT generic type exposes the following members.

Methods
  NameDescription
Public methodPack
Serializes specified object to the Stream.
Public methodPackSingleObject
Serializes specified object to the array of Byte.
Public methodPackTo
Serializes specified object with specified Packer.
Protected methodPackToCore
Serializes specified object with specified Packer.
Public methodUnpack
Deserialize object from the Stream.
Public methodUnpackFrom
Deserializes object with specified Unpacker.
Protected methodUnpackFromCore
Deserializes object with specified Unpacker.
Protected methodUnpackNil
Unpacks the nil value.
Public methodUnpackSingleObject
Deserializes a single object from the array of Byte which contains a serialized object.
Public methodUnpackTo
Deserializes collection items with specified Unpacker and stores them to collection.
Protected methodUnpackToCore
Deserializes collection items with specified Unpacker and stores them to collection.
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