Click or drag to resize
MessagePackObject Properties

The MessagePackObject type exposes the following members.

Properties
  NameDescription
Public propertyIsArray
Get the value indicates whether this instance wraps list (array) or not.
Public propertyIsDictionary
Get the value indicates whether this instance wraps dictionary (map) or not.
Public propertyIsList
Get the value indicates whether this instance wraps list (array) or not.
Public propertyIsMap
Get the value indicates whether this instance wraps dictionary (map) or not.
Public propertyIsNil
Get whether this instance represents nil.
Public propertyIsRaw
Get the value indicates whether this instance wraps raw binary (or string) or not.
Public propertyUnderlyingType
Get underlying type of this instance.
Top
See Also