Property | Type | Description | |
---|---|---|---|
DefaultType |
Method | Description | |
---|---|---|
ForType ( |
||
GetValueType ( object data, string key ) : |
||
Register ( |
||
SetKey ( object data, string key, object value ) : Cirrus.Future | ||
WriteJson ( object data, |
Method | Description | |
---|---|---|
JsonAdapter ( ) : System |
public static ForType ( |
||
type | ||
return |
public abstract GetValueType ( object data, string key ) : |
||
data | object | |
key | string | |
return |
public static Register ( |
||
type | ||
adapter | ||
return | void |
public abstract SetKey ( object data, string key, object value ) : Cirrus.Future | ||
data | object | |
key | string | |
value | object | |
return | Cirrus.Future |
public abstract WriteJson ( object data, |
||
data | object | |
writer | ||
return | Cirrus.Future |