Click or drag to resize
MessagePackSerializerExtensions Class
Defines convinient extension methods for interfaces.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationMessagePackSerializerExtensions

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static class MessagePackSerializerExtensions

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