C# 클래스 Xamarin.Parse.Json.DictionaryAdapter

상속: JsonAdapter
파일 보기 프로젝트 열기: chkn/XamarinParse

공개 메소드들

메소드 설명
GetValueType ( object data, string key ) : Type
SetKey ( object data, string key, object value ) : Cirrus.Future
WriteJson ( object data, JsonWriter writer ) : Cirrus.Future

보호된 메소드들

메소드 설명
DictionaryAdapter ( ) : System

메소드 상세

DictionaryAdapter() 보호된 메소드

protected DictionaryAdapter ( ) : System
리턴 System

GetValueType() 공개 메소드

public GetValueType ( object data, string key ) : Type
data object
key string
리턴 System.Type

SetKey() 공개 메소드

public SetKey ( object data, string key, object value ) : Cirrus.Future
data object
key string
value object
리턴 Cirrus.Future

WriteJson() 공개 메소드

public WriteJson ( object data, JsonWriter writer ) : Cirrus.Future
data object
writer JsonWriter
리턴 Cirrus.Future