MessagePackObject Properties |
The MessagePackObject type exposes the following members.
Name | Description | |
---|---|---|
IsArray |
Get the value indicates whether this instance wraps list (array) or not.
| |
IsDictionary |
Get the value indicates whether this instance wraps dictionary (map) or not.
| |
IsList |
Get the value indicates whether this instance wraps list (array) or not.
| |
IsMap |
Get the value indicates whether this instance wraps dictionary (map) or not.
| |
IsNil |
Get whether this instance represents nil.
| |
IsRaw |
Get the value indicates whether this instance wraps raw binary (or string) or not.
| |
UnderlyingType |
Get underlying type of this instance.
|