Click or drag to resize
UnpackerReadNullableMessagePackExtendedTypeObject Method
Reads next nullable MessagePackExtendedTypeObject value from current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public virtual bool ReadNullableMessagePackExtendedTypeObject(
	out Nullable<MessagePackExtendedTypeObject> result
)

Parameters

result
Type: SystemNullableMessagePackExtendedTypeObject

[Missing <param name="result"/> documentation for "M:MsgPack.Unpacker.ReadNullableMessagePackExtendedTypeObject(System.Nullable{MsgPack.MessagePackExtendedTypeObject}@)"]

Return Value

Type: Boolean
The nullable MessagePackExtendedTypeObject value read from current data source successfully.
Exceptions
ExceptionCondition
InvalidMessagePackStreamException Cannot read a value because the underlying stream unexpectedly ends.
MessageTypeException A value read from data source is not compatible for the nullable MessagePackExtendedTypeObject type.
See Also