C# Class Microsoft.Azure.Zumo.MicroFramework.Helper.MobileServicesTableSerializer

Afficher le fichier Open project: nickharris/Microsoft.Azure.Zumo.MicroFramework

Méthodes publiques

Méthode Description
Deserialize ( string json, Type type ) : object
Deserialize ( Hashtable value, object instance, bool ignoreCustomSerialization = false ) : void
Serialize ( object obj ) : string

Private Methods

Méthode Description
CreateInstance ( Type t ) : object
FormatValue ( System json, object value ) : void
TODOEscapeJSONString ( string input ) : string

Method Details

Deserialize() public static méthode

public static Deserialize ( string json, Type type ) : object
json string
type System.Type
Résultat object

Deserialize() public static méthode

public static Deserialize ( Hashtable value, object instance, bool ignoreCustomSerialization = false ) : void
value System.Collections.Hashtable
instance object
ignoreCustomSerialization bool
Résultat void

Serialize() public static méthode

public static Serialize ( object obj ) : string
obj object
Résultat string