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 |
---|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | ConvertWithEnsuringNotNullT | Obsolete.
Ensures the boxed type is not null thus it cannot be unboxing.
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetEqualityComparerT | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | GetItemsCount |
Gets the items count as Int32.
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | InvokeUnpackFromT | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackArrayToT | Obsolete.
Unpacks the array to the specified array.
|
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackBinaryValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackBooleanValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackByteValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackCollectionTo(Unpacker, IEnumerable, ActionObject) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackCollectionToTDiscarded(Unpacker, IEnumerable, FuncObject, TDiscarded) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackCollectionToT(Unpacker, MessagePackSerializerT, IEnumerableT, ActionT) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackCollectionToT, TDiscarded(Unpacker, MessagePackSerializerT, IEnumerableT, FuncT, TDiscarded) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackDoubleValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackInt16Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackInt32Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackInt64Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackMapTo(Unpacker, IDictionary) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackMapToTKey, TValue(Unpacker, MessagePackSerializerTKey, MessagePackSerializerTValue, IDictionaryTKey, TValue) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableBooleanValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableByteValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableDoubleValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableInt16Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableInt32Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableInt64Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableSByteValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableSingleValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableUInt16Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableUInt32Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackNullableUInt64Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackSByteValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackSingleValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackStringValue | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackUInt16Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackUInt32Value | |
![Public method Public method](../icons/pubmethod.gif) ![Static member Static member](../icons/static.gif) | UnpackUInt64Value | |
Top
See Also