| UnpackerReadNullableMessagePackExtendedTypeObject Method |
Namespace: MsgPack
public virtual bool ReadNullableMessagePackExtendedTypeObject( out Nullable<MessagePackExtendedTypeObject> result )
[Missing <param name="result"/> documentation for "M:MsgPack.Unpacker.ReadNullableMessagePackExtendedTypeObject(System.Nullable{MsgPack.MessagePackExtendedTypeObject}@)"]
| Exception | Condition |
|---|---|
| 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. |