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

파일 보기 프로젝트 열기: chkn/XamarinParse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultType System.Type

공개 메소드들

메소드 설명
ForType ( Type type ) : JsonAdapter
GetValueType ( object data, string key ) : Type
Register ( Type type, JsonAdapter adapter ) : void
SetKey ( object data, string key, object value ) : Cirrus.Future
WriteJson ( object data, JsonWriter writer ) : Cirrus.Future

비공개 메소드들

메소드 설명
JsonAdapter ( ) : System

메소드 상세

ForType() 공개 정적인 메소드

public static ForType ( Type type ) : JsonAdapter
type System.Type
리턴 JsonAdapter

GetValueType() 공개 추상적인 메소드

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

Register() 공개 정적인 메소드

public static Register ( Type type, JsonAdapter adapter ) : void
type System.Type
adapter JsonAdapter
리턴 void

SetKey() 공개 추상적인 메소드

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

WriteJson() 공개 추상적인 메소드

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

프로퍼티 상세

DefaultType 공개적으로 정적으로 프로퍼티

public static Type,System DefaultType
리턴 System.Type