프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultType |
메소드 | 설명 | |
---|---|---|
ForType ( |
||
GetValueType ( object data, string key ) : |
||
Register ( |
||
SetKey ( object data, string key, object value ) : Cirrus.Future | ||
WriteJson ( object data, |
메소드 | 설명 | |
---|---|---|
JsonAdapter ( ) : System |
public static ForType ( |
||
type | ||
리턴 |
public abstract GetValueType ( object data, string key ) : |
||
data | object | |
key | string | |
리턴 |
public static Register ( |
||
type | ||
adapter | ||
리턴 | void |
public abstract SetKey ( object data, string key, object value ) : Cirrus.Future | ||
data | object | |
key | string | |
value | object | |
리턴 | Cirrus.Future |
public abstract WriteJson ( object data, |
||
data | object | |
writer | ||
리턴 | Cirrus.Future |