C# Class Xamarin.Parse.Json.JsonAdapter

Afficher le fichier Open project: chkn/XamarinParse Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultType System.Type

Méthodes publiques

Méthode Description
ForType ( Type type ) : JsonAdapter
GetValueType ( object data, string key ) : Type
Register ( Type type, JsonAdapter adapter ) : void
SetKey ( object data, string key, object value ) : Cirrus.Future
WriteJson ( object data, JsonWriter writer ) : Cirrus.Future

Private Methods

Méthode Description
JsonAdapter ( ) : System

Method Details

ForType() public static méthode

public static ForType ( Type type ) : JsonAdapter
type System.Type
Résultat JsonAdapter

GetValueType() public abstract méthode

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

Register() public static méthode

public static Register ( Type type, JsonAdapter adapter ) : void
type System.Type
adapter JsonAdapter
Résultat void

SetKey() public abstract méthode

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

WriteJson() public abstract méthode

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

Property Details

DefaultType public_oe static_oe property

public static Type,System DefaultType
Résultat System.Type