C# Class Xamarin.Parse.Json.DictionaryAdapter

Inheritance: JsonAdapter
Mostra file Open project: chkn/XamarinParse

Public Methods

Method Description
GetValueType ( object data, string key ) : Type
SetKey ( object data, string key, object value ) : Cirrus.Future
WriteJson ( object data, JsonWriter writer ) : Cirrus.Future

Protected Methods

Method Description
DictionaryAdapter ( ) : System

Method Details

DictionaryAdapter() protected method

protected DictionaryAdapter ( ) : System
return System

GetValueType() public method

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

SetKey() public method

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

WriteJson() public method

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