C# Class Xamarin.Parse.Json.ListAdapter

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
ListAdapter ( Type elementType ) : System

Method Details

GetValueType() public method

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

ListAdapter() protected method

protected ListAdapter ( Type elementType ) : System
elementType System.Type
return System

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