Click or drag to resize
MessagePackSerializerExtensions Methods

The MessagePackSerializerExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberPack(IMessagePackSerializer, Stream, Object)
Serializes specified object to the Stream with default PackerCompatibilityOptions.
Public methodStatic memberPack(IMessagePackSerializer, Stream, Object, PackerCompatibilityOptions)
Serializes specified object to the Stream.
Public methodStatic memberUnpack
Deserialize object from the Stream.
Top
See Also