C# 클래스 Newtonsoft.Json.Serialization.JsonDictionaryContract

Contract details for a Type used by the JsonSerializer.
상속: Newtonsoft.Json.Serialization.JsonContainerContract
파일 보기 프로젝트 열기: thirumg/Avro.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateWrapper IWrappedDictionary
IsTypeGenericDictionaryInterface bool

공개 메소드들

메소드 설명
JsonDictionaryContract ( Type underlyingType ) : System

Initializes a new instance of the JsonDictionaryContract class.

비공개 메소드들

메소드 설명
CreateWrapper ( object dictionary ) : IWrappedDictionary
IsTypeGenericDictionaryInterface ( Type type ) : bool

메소드 상세

JsonDictionaryContract() 공개 메소드

Initializes a new instance of the JsonDictionaryContract class.
public JsonDictionaryContract ( Type underlyingType ) : System
underlyingType System.Type The underlying type for the contract.
리턴 System