Click or drag to resize
PackerPackExtendedTypeValue Method (MessagePackExtendedTypeObject)
Packs an extended type value.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackExtendedTypeValue(
	MessagePackExtendedTypeObject mpeto
)

Parameters

mpeto
Type: MsgPackMessagePackExtendedTypeObject
A MessagePackExtendedTypeObject to be packed.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ArgumentExceptionIsValid of mpeto is false.
InvalidOperationExceptionCompatibilityOptions property contains ProhibitExtendedTypeObjects.
ObjectDisposedExceptionThis instance has been disposed.
See Also