C# 클래스 Microsoft.Azure.Zumo.MicroFramework.Helper.MobileServicesTableSerializer

파일 보기 프로젝트 열기: nickharris/Microsoft.Azure.Zumo.MicroFramework

공개 메소드들

메소드 설명
Deserialize ( string json, Type type ) : object
Deserialize ( Hashtable value, object instance, bool ignoreCustomSerialization = false ) : void
Serialize ( object obj ) : string

비공개 메소드들

메소드 설명
CreateInstance ( Type t ) : object
FormatValue ( System json, object value ) : void
TODOEscapeJSONString ( string input ) : string

메소드 상세

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Serialize() 공개 정적인 메소드

public static Serialize ( object obj ) : string
obj object
리턴 string