C# 클래스 AcTools.Utils.Helpers.JsonSerializationExtension

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
Write ( this writer, string key, System.DateTime value ) : void
Write ( this writer, string key, Enum value ) : void
Write ( this writer, string key, System.TimeSpan value ) : void
Write ( this writer, string key, bool value ) : void
Write ( this writer, string key, double value ) : void
Write ( this writer, string key, int value ) : void
Write ( this writer, string key, string value ) : void
WriteNonDefault ( this writer, string key, bool value ) : void
WriteNonDefault ( this writer, string key, double value, string format = null ) : void
WriteNonDefault ( this writer, string key, int value ) : void

메소드 상세

Write() 공개 정적인 메소드

public static Write ( this writer, string key, System.DateTime value ) : void
writer this
key string
value System.DateTime
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, string key, Enum value ) : void
writer this
key string
value System.Enum
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, string key, System.TimeSpan value ) : void
writer this
key string
value System.TimeSpan
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, string key, bool value ) : void
writer this
key string
value bool
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, string key, double value ) : void
writer this
key string
value double
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, string key, int value ) : void
writer this
key string
value int
리턴 void

Write() 공개 정적인 메소드

public static Write ( this writer, string key, string value ) : void
writer this
key string
value string
리턴 void

WriteNonDefault() 공개 정적인 메소드

public static WriteNonDefault ( this writer, string key, bool value ) : void
writer this
key string
value bool
리턴 void

WriteNonDefault() 공개 정적인 메소드

public static WriteNonDefault ( this writer, string key, double value, string format = null ) : void
writer this
key string
value double
format string
리턴 void

WriteNonDefault() 공개 정적인 메소드

public static WriteNonDefault ( this writer, string key, int value ) : void
writer this
key string
value int
리턴 void