Click or drag to resize
DictionaryMessagePackSerializerTDictionary, TKey, TValue Methods

The DictionaryMessagePackSerializerTDictionary, TKey, TValue generic type exposes the following members.

Methods
  NameDescription
Protected methodAddItem
Adds the deserialized item to the collection on TDictionary specific manner to implement UnpackToCore(Unpacker, TDictionary).
(Overrides DictionaryMessagePackSerializerBaseTDictionary, TKey, TValueAddItem(TDictionary, TKey, TValue).)
Protected methodCreateInstance
Creates a new collection instance with specified initial capacity.
(Inherited from DictionaryMessagePackSerializerBaseTDictionary, TKey, TValue.)
Protected methodGetCount
Returns count of the dictionary.
(Overrides DictionaryMessagePackSerializerBaseTDictionary, TKey, TValueGetCount(TDictionary).)
Public methodPack
Serializes specified object to the Stream.
(Inherited from MessagePackSerializerT.)
Public methodPackSingleObject
Serializes specified object to the array of Byte.
(Inherited from MessagePackSerializerT.)
Public methodPackTo
Serializes specified object with specified Packer.
(Inherited from MessagePackSerializerT.)
Protected methodPackToCore
Serializes specified object with specified Packer.
(Inherited from DictionaryMessagePackSerializerBaseTDictionary, TKey, TValue.)
Public methodUnpack
Deserialize object from the Stream.
(Inherited from MessagePackSerializerT.)
Public methodUnpackFrom
Deserializes object with specified Unpacker.
(Inherited from MessagePackSerializerT.)
Protected methodUnpackFromCore
Deserializes object with specified Unpacker.
(Inherited from DictionaryMessagePackSerializerBaseTDictionary, TKey, TValue.)
Protected methodUnpackNil
Unpacks the nil value.
(Inherited from MessagePackSerializerT.)
Public methodUnpackSingleObject
Deserializes a single object from the array of Byte which contains a serialized object.
(Inherited from MessagePackSerializerT.)
Public methodUnpackTo
Deserializes collection items with specified Unpacker and stores them to collection.
(Inherited from MessagePackSerializerT.)
Protected methodUnpackToCore
Deserializes collection items with specified Unpacker and stores them to collection.
(Inherited from DictionaryMessagePackSerializerBaseTDictionary, TKey, TValue.)
Top
See Also