This is intened to MsgPack for CLI internal use. Do not use this type from application directly.
Defines serialization helper APIs.
Inheritance Hierarchy
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class UnpackHelpers
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class UnpackHelpers
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class UnpackHelpers abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type UnpackHelpers = class end
The UnpackHelpers type exposes the following members.
Methods
| Name | Description |
---|
| ConvertWithEnsuringNotNullT | Obsolete.
Ensures the boxed type is not null thus it cannot be unboxing.
|
| GetEqualityComparerT | |
| GetItemsCount |
Gets the items count as Int32.
|
| InvokeUnpackFromT | Obsolete. |
| UnpackArrayToT | Obsolete.
Unpacks the array to the specified array.
|
| UnpackBinaryValue | |
| UnpackBooleanValue | |
| UnpackByteValue | |
| UnpackCollectionTo(Unpacker, IEnumerable, ActionObject) | Obsolete. |
| UnpackCollectionToTDiscarded(Unpacker, IEnumerable, FuncObject, TDiscarded) | Obsolete. |
| UnpackCollectionToT(Unpacker, MessagePackSerializerT, IEnumerableT, ActionT) | Obsolete. |
| UnpackCollectionToT, TDiscarded(Unpacker, MessagePackSerializerT, IEnumerableT, FuncT, TDiscarded) | Obsolete. |
| UnpackDoubleValue | |
| UnpackInt16Value | |
| UnpackInt32Value | |
| UnpackInt64Value | |
| UnpackMapTo(Unpacker, IDictionary) | Obsolete. |
| UnpackMapToTKey, TValue(Unpacker, MessagePackSerializerTKey, MessagePackSerializerTValue, IDictionaryTKey, TValue) | Obsolete. |
| UnpackNullableBooleanValue | |
| UnpackNullableByteValue | |
| UnpackNullableDoubleValue | |
| UnpackNullableInt16Value | |
| UnpackNullableInt32Value | |
| UnpackNullableInt64Value | |
| UnpackNullableSByteValue | |
| UnpackNullableSingleValue | |
| UnpackNullableUInt16Value | |
| UnpackNullableUInt32Value | |
| UnpackNullableUInt64Value | |
| UnpackSByteValue | |
| UnpackSingleValue | |
| UnpackStringValue | |
| UnpackUInt16Value | |
| UnpackUInt32Value | |
| UnpackUInt64Value | |
TopSee Also