Click or drag to resize
UnpackerReadItem 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 Nullable<MessagePackObject> ReadItem()

Return Value

Type: NullableMessagePackObject
A read item or collection from the stream. Or null when stream is ended.
See Also