| MessagePackObject Constructor |
| Name | Description | |
|---|---|---|
| MessagePackObject(Boolean) |
Initializes a new instance of the MessagePackObject type which wraps Boolean instance.
| |
| MessagePackObject(Byte) |
Initializes a new instance of the MessagePackObject type which wraps Byte instance.
| |
| MessagePackObject(Byte) | ||
| MessagePackObject(Double) |
Initializes a new instance of the MessagePackObject type which wraps Double instance.
| |
| MessagePackObject(Int16) |
Initializes a new instance of the MessagePackObject type which wraps Int16 instance.
| |
| MessagePackObject(Int32) |
Initializes a new instance of the MessagePackObject type which wraps Int32 instance.
| |
| MessagePackObject(Int64) |
Initializes a new instance of the MessagePackObject type which wraps Int64 instance.
| |
| MessagePackObject(SByte) |
Initializes a new instance of the MessagePackObject type which wraps SByte instance.
| |
| MessagePackObject(Single) |
Initializes a new instance of the MessagePackObject type which wraps Single instance.
| |
| MessagePackObject(String) |
Initializes a new instance of the MessagePackObject type which wraps String instance.
| |
| MessagePackObject(UInt16) |
Initializes a new instance of the MessagePackObject type which wraps UInt16 instance.
| |
| MessagePackObject(UInt32) |
Initializes a new instance of the MessagePackObject type which wraps UInt32 instance.
| |
| MessagePackObject(UInt64) |
Initializes a new instance of the MessagePackObject type which wraps UInt64 instance.
| |
| MessagePackObject(MessagePackExtendedTypeObject) |
Initializes a new instance of the MessagePackObject type which wraps MessagePackExtendedTypeObject instance.
| |
| MessagePackObject(IListMessagePackObject) |
Initializes a new instance wraps IListT.
| |
| MessagePackObject(MessagePackObjectDictionary) |
Initializes a new instance wraps MessagePackObjectDictionary.
| |
| MessagePackObject(Byte, Boolean) | ||
| MessagePackObject(IListMessagePackObject, Boolean) |
Initializes a new instance wraps IListT.
| |
| MessagePackObject(MessagePackObjectDictionary, Boolean) |
Initializes a new instance wraps MessagePackObjectDictionary.
|