Click or drag to resize
UnpackerReadItemData Method
Gets a current item or collection as single MessagePackObject from the stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject ReadItemData()

Return Value

Type: MessagePackObject
A read item or collection from the stream.
Exceptions
ExceptionCondition
InvalidMessagePackStreamExceptionThe stream unexpectedly ends.
See Also