C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
DictionarySerlaizationOptions ( ) : System

Initializes a new instance of the DictionarySerlaizationOptions class.

Описание методов

DictionarySerlaizationOptions() публичный Метод

Initializes a new instance of the DictionarySerlaizationOptions class.
public DictionarySerlaizationOptions ( ) : System
Результат System