C# Class Xamarin.Parse.Json.ListAdapter

Inheritance: JsonAdapter
Afficher le fichier Open project: chkn/XamarinParse

Méthodes publiques

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

Méthodes protégées

Méthode Description
ListAdapter ( Type elementType ) : System

Method Details

GetValueType() public méthode

public GetValueType ( object data, string key ) : Type
data object
key string
Résultat System.Type

ListAdapter() protected méthode

protected ListAdapter ( Type elementType ) : System
elementType System.Type
Résultat System

SetKey() public méthode

public SetKey ( object data, string key, object value ) : Cirrus.Future
data object
key string
value object
Résultat Cirrus.Future

WriteJson() public méthode

public WriteJson ( object data, JsonWriter writer ) : Cirrus.Future
data object
writer JsonWriter
Résultat Cirrus.Future