C# 클래스 fastJSON.JSON

파일 보기 프로젝트 열기: rogeralsing/linq-to-sqlxml 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance JSON

공개 메소드들

메소드 설명
ChangeType ( object value, Type conversionType ) : object
ToJSON ( object obj ) : string
ToObject ( string json ) : object

보호된 메소드들

메소드 설명
OnResolveType ( string typeName ) : Type
OnResolveTypeName ( Type type ) : string

비공개 메소드들

메소드 설명
CreateDataset ( object>.Dictionary reader ) : DataSet
CreateDictionary ( ArrayList reader, Type pt ) : object
CreateGetMethod ( PropertyInfo propertyInfo ) : GenericGetter
CreateHashtable ( ArrayList reader ) : Hashtable
CreateSetMethod ( PropertyInfo propertyInfo ) : GenericSetter
GetGetters ( Type type ) : List
GetSetter ( PropertyInfo prop ) : GenericSetter
GetTypeFromCache ( string typename ) : Type
JSON ( ) : System
ParseDictionary ( object>.Dictionary d ) : object
getproperty ( Type type, string propertyname ) : PropertyInfo

메소드 상세

ChangeType() 공개 메소드

public ChangeType ( object value, Type conversionType ) : object
value object
conversionType System.Type
리턴 object

OnResolveType() 보호된 메소드

protected OnResolveType ( string typeName ) : Type
typeName string
리턴 System.Type

OnResolveTypeName() 보호된 메소드

protected OnResolveTypeName ( Type type ) : string
type System.Type
리턴 string

ToJSON() 공개 메소드

public ToJSON ( object obj ) : string
obj object
리턴 string

ToObject() 공개 메소드

public ToObject ( string json ) : object
json string
리턴 object

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static JSON,fastJSON Instance
리턴 JSON