MessagePackObject Methods |
The MessagePackObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsBinary |
Convert this instance to Byte[] instance.
|
![]() | AsBoolean |
Convert this instance to Boolean instance.
|
![]() | AsByte |
Convert this instance to Byte instance.
|
![]() | AsCharArray |
Get underlying value as UTF-16 charcter array.
|
![]() | AsDictionary |
Get underlying value as MessagePackObjectDictionary.
|
![]() | AsDouble |
Convert this instance to Double instance.
|
![]() | AsEnumerable |
Get underlying value as IEnumerableT.
|
![]() | AsInt16 |
Convert this instance to Int16 instance.
|
![]() | AsInt32 |
Convert this instance to Int32 instance.
|
![]() | AsInt64 |
Convert this instance to Int64 instance.
|
![]() | AsList |
Get underlying value as IListT.
|
![]() | AsMessagePackExtendedTypeObject |
Convert this instance to MessagePackExtendedTypeObject instance.
|
![]() | AsSByte |
Convert this instance to SByte instance.
|
![]() | AsSingle |
Convert this instance to Single instance.
|
![]() | AsString |
Convert this instance to String instance.
|
![]() | AsString(Encoding) |
Gets the underlying value as string encoded with specified Encoding.
|
![]() | AsStringUtf16 |
Get underlying value as UTF-16 string.
|
![]() | AsStringUtf8 |
Get underlying value as UTF8 string.
|
![]() | AsUInt16 |
Convert this instance to UInt16 instance.
|
![]() | AsUInt32 |
Convert this instance to UInt32 instance.
|
![]() | AsUInt64 |
Convert this instance to UInt64 instance.
|
![]() | Equals(Object) |
Compare two instances are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(MessagePackObject) |
Compare two instances are equal.
|
![]() ![]() | FromObject |
Wraps specified object as MessagePackObject recursively.
|
![]() | GetHashCode |
Get hash code of this instance.
(Overrides ValueTypeGetHashCode.) |
![]() | IsTypeOf(Type) |
Determine whether the underlying value of this instance is specified type or not.
|
![]() | IsTypeOfT |
Determine whether the underlying value of this instance is specified type or not.
|
![]() | PackToMessage |
Pack this instance itself using specified Packer.
|
![]() | ToObject |
Get boxed underlying value for this object.
|
![]() | ToString |
Returns a string that represents the current object.
(Overrides ValueTypeToString.) |