Click or drag to resize
MessagePackObject  Conversion (MessagePackObject to Byte)
Convert this instance to Byte[] instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public static explicit operator byte[] (
	MessagePackObject value
)

Parameters

value
Type: MsgPackMessagePackObject
MessagePackObject instance.

Return Value

Type: Byte
Byte[] instance corresponds to value.
See Also