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.
파일 보기 프로젝트 열기: msgpack/msgpack-cli 1 사용 예제들

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