C# Class ElmcityUtils.JsonHelper

A helper class for generating object graphs in JavaScript notation. Supports pretty printing.
Afficher le fichier Open project: judell/elmcity

Méthodes publiques

Méthode Description
Serialize ( Object target ) : string
Serialize ( Object target, bool prettyPrint ) : string

Method Details

Serialize() public static méthode

public static Serialize ( Object target ) : string
target Object
Résultat string

Serialize() public static méthode

public static Serialize ( Object target, bool prettyPrint ) : string
target Object
prettyPrint bool
Résultat string