C# (CSharp) MsgPack.Serialization DictionarySerlaizationOptions - 2 examples found. These are the top rated real world C# (CSharp) examples of MsgPack.Serialization.DictionarySerlaizationOptions extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Defines dictionary (map) based serialization options.
These options do NOT affect serialization of System.Collections.IDictionary and System.Collections.Generic.IDictionary{TKey, TValue}. The option only affect dictionary (map) based serialization which can be enabled via SerializationContext.SerializationMethod.