Click or drag to resize
UnpackHelpersUnpackMapTo Method (Unpacker, IDictionary)

Note: This API is now obsolete.

Unpacks the dictionary with the specified method as colletion of MessagePackObject.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This API is not used at generated serializers in current release, so this API will be removed future.")]
public static void UnpackMapTo(
	Unpacker unpacker,
	IDictionary dictionary
)

Parameters

unpacker
Type: MsgPackUnpacker
The unpacker to unpack the underlying stream.
dictionary
Type: System.CollectionsIDictionary
The non-generic dictionary instance to be added unpacked elements.
Exceptions
ExceptionCondition
SerializationException Failed to deserialization.
See Also