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

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

Parameters

packer
Type: MsgPackPacker
Packer.
options
Type: MsgPackPackingOptions
Packing options. This value can be null.

Implements

IPackablePackToMessage(Packer, PackingOptions)
Exceptions
ExceptionCondition
ArgumentNullExceptionpacker is null.
See Also