Click or drag to resize
IPackable Interface
Represents objects which knows how to pack ifself using specified Packer.

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

The IPackable type exposes the following members.

Methods
  NameDescription
Public methodPackToMessage
Pack this instance itself using specified Packer.
Top
See Also