Click or drag to resize
UnpackHelpers Class
This is intened to MsgPack for CLI internal use. Do not use this type from application directly. Defines serialization helper APIs.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationUnpackHelpers

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class UnpackHelpers

The UnpackHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertWithEnsuringNotNullT Obsolete.
Ensures the boxed type is not null thus it cannot be unboxing.
Public methodStatic memberGetEqualityComparerT
Public methodStatic memberGetItemsCount
Gets the items count as Int32.
Public methodStatic memberInvokeUnpackFromT Obsolete.
Invokes UnpackFromCore(Unpacker) FAMANDASM method directly.
Public methodStatic memberUnpackArrayToT Obsolete.
Unpacks the array to the specified array.
Public methodStatic memberUnpackBinaryValue
Public methodStatic memberUnpackBooleanValue
Public methodStatic memberUnpackByteValue
Public methodStatic memberUnpackCollectionTo(Unpacker, IEnumerable, ActionObject) Obsolete.
Unpacks the collection with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackCollectionToTDiscarded(Unpacker, IEnumerable, FuncObject, TDiscarded) Obsolete.
Unpacks the collection with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackCollectionToT(Unpacker, MessagePackSerializerT, IEnumerableT, ActionT) Obsolete.
Unpacks the dictionary with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackCollectionToT, TDiscarded(Unpacker, MessagePackSerializerT, IEnumerableT, FuncT, TDiscarded) Obsolete.
Unpacks the dictionary with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackDoubleValue
Public methodStatic memberUnpackInt16Value
Public methodStatic memberUnpackInt32Value
Public methodStatic memberUnpackInt64Value
Public methodStatic memberUnpackMapTo(Unpacker, IDictionary) Obsolete.
Unpacks the dictionary with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackMapToTKey, TValue(Unpacker, MessagePackSerializerTKey, MessagePackSerializerTValue, IDictionaryTKey, TValue) Obsolete.
Unpacks the dictionary with the specified method as colletion of MessagePackObject.
Public methodStatic memberUnpackNullableBooleanValue
Public methodStatic memberUnpackNullableByteValue
Public methodStatic memberUnpackNullableDoubleValue
Public methodStatic memberUnpackNullableInt16Value
Public methodStatic memberUnpackNullableInt32Value
Public methodStatic memberUnpackNullableInt64Value
Public methodStatic memberUnpackNullableSByteValue
Public methodStatic memberUnpackNullableSingleValue
Public methodStatic memberUnpackNullableUInt16Value
Public methodStatic memberUnpackNullableUInt32Value
Public methodStatic memberUnpackNullableUInt64Value
Public methodStatic memberUnpackSByteValue
Public methodStatic memberUnpackSingleValue
Public methodStatic memberUnpackStringValue
Public methodStatic memberUnpackUInt16Value
Public methodStatic memberUnpackUInt32Value
Public methodStatic memberUnpackUInt64Value
Top
See Also