C# Class fastJSON.JSON

Afficher le fichier Open project: rogeralsing/linq-to-sqlxml Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance JSON

Méthodes publiques

Méthode Description
ChangeType ( object value, Type conversionType ) : object
ToJSON ( object obj ) : string
ToObject ( string json ) : object

Méthodes protégées

Méthode Description
OnResolveType ( string typeName ) : Type
OnResolveTypeName ( Type type ) : string

Private Methods

Méthode Description
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

Method Details

ChangeType() public méthode

public ChangeType ( object value, Type conversionType ) : object
value object
conversionType System.Type
Résultat object

OnResolveType() protected méthode

protected OnResolveType ( string typeName ) : Type
typeName string
Résultat System.Type

OnResolveTypeName() protected méthode

protected OnResolveTypeName ( Type type ) : string
type System.Type
Résultat string

ToJSON() public méthode

public ToJSON ( object obj ) : string
obj object
Résultat string

ToObject() public méthode

public ToObject ( string json ) : object
json string
Résultat object

Property Details

Instance public_oe static_oe property

public static JSON,fastJSON Instance
Résultat JSON