Click or drag to resize
MessagePackObjectAsBinary Method
Convert this instance to Byte[] instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public byte[] AsBinary()

Return Value

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