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

Mostrar archivo Open project: nickharris/Microsoft.Azure.Zumo.MicroFramework

Public Methods

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

Private Methods

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

Method Details

Deserialize() public static method

public static Deserialize ( string json, Type type ) : object
json string
type System.Type
return object

Deserialize() public static method

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

Serialize() public static method

public static Serialize ( object obj ) : string
obj object
return string