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.
显示文件 Open project: msgpack/msgpack-cli Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DictionarySerlaizationOptions ( ) : System

Initializes a new instance of the DictionarySerlaizationOptions class.

Method Details

DictionarySerlaizationOptions() public method

Initializes a new instance of the DictionarySerlaizationOptions class.
public DictionarySerlaizationOptions ( ) : System
return System