Click or drag to resize
MessagePackObject Methods

The MessagePackObject type exposes the following members.

Methods
  NameDescription
Public methodAsBinary
Convert this instance to Byte[] instance.
Public methodAsBoolean
Convert this instance to Boolean instance.
Public methodAsByte
Convert this instance to Byte instance.
Public methodAsCharArray
Get underlying value as UTF-16 charcter array.
Public methodAsDictionary
Get underlying value as MessagePackObjectDictionary.
Public methodAsDouble
Convert this instance to Double instance.
Public methodAsEnumerable
Public methodAsInt16
Convert this instance to Int16 instance.
Public methodAsInt32
Convert this instance to Int32 instance.
Public methodAsInt64
Convert this instance to Int64 instance.
Public methodAsList
Public methodAsMessagePackExtendedTypeObject
Convert this instance to MessagePackExtendedTypeObject instance.
Public methodAsSByte
Convert this instance to SByte instance.
Public methodAsSingle
Convert this instance to Single instance.
Public methodAsString
Convert this instance to String instance.
Public methodAsString(Encoding)
Gets the underlying value as string encoded with specified Encoding.
Public methodAsStringUtf16
Get underlying value as UTF-16 string.
Public methodAsStringUtf8
Get underlying value as UTF8 string.
Public methodAsUInt16
Convert this instance to UInt16 instance.
Public methodAsUInt32
Convert this instance to UInt32 instance.
Public methodAsUInt64
Convert this instance to UInt64 instance.
Public methodEquals(Object)
Compare two instances are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(MessagePackObject)
Compare two instances are equal.
Public methodStatic memberFromObject
Wraps specified object as MessagePackObject recursively.
Public methodGetHashCode
Get hash code of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodIsTypeOf(Type)
Determine whether the underlying value of this instance is specified type or not.
Public methodIsTypeOfT
Determine whether the underlying value of this instance is specified type or not.
Public methodPackToMessage
Pack this instance itself using specified Packer.
Public methodToObject
Get boxed underlying value for this object.
Public methodToString
Returns a string that represents the current object.
(Overrides ValueTypeToString.)
Top
See Also