Click or drag to resize
UnpackerData Property

Note: This API is now obsolete.

Gets a last unpacked data.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[ObsoleteAttribute("Consumer should not use this property. Query LastReadData instead.")]
public abstract Nullable<MessagePackObject> Data { get; protected set; }

Property Value

Type: NullableMessagePackObject
A last unpacked data.
Remarks
Note Note
In default implementation, this property never returning null even if it had not been unpacked any objects.
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