C# Class MiniJsonExtensions, swip3

Afficher le fichier Open project: unit9/swip3 Class Usage Examples

Méthodes publiques

Méthode Description
arrayListFromJson ( this json ) : ArrayList
hashtableFromJson ( this json ) : Hashtable
toJson ( this obj ) : string
toJson ( string>.this obj ) : string

Method Details

arrayListFromJson() public static méthode

public static arrayListFromJson ( this json ) : ArrayList
json this
Résultat ArrayList

hashtableFromJson() public static méthode

public static hashtableFromJson ( this json ) : Hashtable
json this
Résultat Hashtable

toJson() public static méthode

public static toJson ( this obj ) : string
obj this
Résultat string

toJson() public static méthode

public static toJson ( string>.this obj ) : string
obj string>.this
Résultat string