C# 클래스 Kiwi.Json.Conversion.TypeWriters.NothingTypeWriter

상속: ITypeWriter
파일 보기 프로젝트 열기: jlarsson/Kiwi.Json

공개 프로퍼티들

프로퍼티 타입 설명
Instance ITypeWriter

공개 메소드들

메소드 설명
Write ( IJsonWriter writer, ITypeWriterRegistry registry, object value ) : void

메소드 상세

Write() 공개 메소드

public Write ( IJsonWriter writer, ITypeWriterRegistry registry, object value ) : void
writer IJsonWriter
registry ITypeWriterRegistry
value object
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static ITypeWriter Instance
리턴 ITypeWriter