C# Class FistBump.Framework.MiniJsonExtensions

Afficher le fichier Open project: fistbump/framework

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 System.Collections.ArrayList

hashtableFromJson() public static méthode

public static hashtableFromJson ( this json ) : Hashtable
json this
Résultat System.Collections.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