Click or drag to resize
IUnpackable Interface
Defines interface for object which can be deserialzed from MessagePack object.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public interface IUnpackable

The IUnpackable type exposes the following members.

Methods
  NameDescription
Public methodUnpackFromMessage
Restore object state from specified Unpacker.
Top
See Also