C# Class TSVCEO.CloudPrint.Util.JsonHelper

Afficher le fichier Open project: klightspeed/CloudPrintProxy

Méthodes publiques

Méthode Description
ReadJson ( TextReader reader ) : dynamic
WriteJson ( TextWriter writer, object value ) : void

Private Methods

Méthode Description
ReadJsonArray ( JsonReader reader ) : dynamic
ReadJsonObject ( JsonReader reader ) : System.Dynamic.ExpandoObject
ReadJsonValue ( JsonReader reader, bool alreadyread = false ) : dynamic
WriteJson ( JsonTextWriter writer, object value ) : void
WriteJsonArray ( JsonWriter writer, IEnumerable list ) : void
WriteJsonDictionary ( JsonWriter writer, IDictionary dict ) : void
WriteJsonGenericDictionary ( JsonWriter writer, object>.IDictionary dict ) : void
WriteJsonObject ( JsonWriter writer, object obj ) : void
WriteJsonValue ( JsonWriter writer, object value ) : void

Method Details

ReadJson() public static méthode

public static ReadJson ( TextReader reader ) : dynamic
reader TextReader
Résultat dynamic

WriteJson() public static méthode

public static WriteJson ( TextWriter writer, object value ) : void
writer System.IO.TextWriter
value object
Résultat void