Click or drag to resize
IPackablePackToMessage Method
Pack this instance itself using specified Packer.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
void PackToMessage(
	Packer packer,
	PackingOptions options
)

Parameters

packer
Type: MsgPackPacker
Packer.
options
Type: MsgPackPackingOptions
Packing options. This value can be null.
Exceptions
ExceptionCondition
ArgumentNullExceptionpacker is null.
See Also