C# 클래스 TSVCEO.CloudPrint.Util.JsonHelper

파일 보기 프로젝트 열기: klightspeed/CloudPrintProxy

공개 메소드들

메소드 설명
ReadJson ( TextReader reader ) : dynamic
WriteJson ( TextWriter writer, object value ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ReadJson() 공개 정적인 메소드

public static ReadJson ( TextReader reader ) : dynamic
reader TextReader
리턴 dynamic

WriteJson() 공개 정적인 메소드

public static WriteJson ( TextWriter writer, object value ) : void
writer System.IO.TextWriter
value object
리턴 void