Click or drag to resize
UnpackerLastReadData Property
Gets a last unpacked data.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public virtual MessagePackObject LastReadData { get; protected set; }

Property Value

Type: MessagePackObject
A last unpacked data. Initial value is Nil.
Remarks
If you use any of direct APIs (methods which return non-MessagePackObject), then this property to be invalidated. Note that the actual value of invalidated this property is undefined.
See Also