C# Class MsgPack.Serialization.DictionarySerlaizationOptions

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.
Afficher le fichier Open project: msgpack/msgpack-cli Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DictionarySerlaizationOptions ( ) : System

Initializes a new instance of the DictionarySerlaizationOptions class.

Method Details

DictionarySerlaizationOptions() public méthode

Initializes a new instance of the DictionarySerlaizationOptions class.
public DictionarySerlaizationOptions ( ) : System
Résultat System