DictionaryMessagePackSerializerBaseTDictionary, TKey, TValueUnpackFromCore Method |
Deserializes object with specified
Unpacker.
Namespace: MsgPack.Serialization.CollectionSerializersAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected override sealed TDictionary UnpackFromCore(
Unpacker unpacker
)
Protected Overrides NotOverridable Function UnpackFromCore (
unpacker As Unpacker
) As TDictionary
protected:
virtual TDictionary UnpackFromCore(
Unpacker^ unpacker
) override sealed
abstract UnpackFromCore :
unpacker : Unpacker -> 'TDictionary
override UnpackFromCore :
unpacker : Unpacker -> 'TDictionary
Parameters
- unpacker
- Type: MsgPackUnpacker
Unpacker which unpacks values of resulting object tree. This value will not be null.
Return Value
Type:
TDictionaryDeserialized object.
Exceptions Remarks See Also