C# 클래스 LongToStringConverter, code

상속: JsonConverter
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
Read ( Utf8JsonReader, &reader, Type, type, JsonSerializerOptions, options ) : long
Write ( Utf8JsonWriter, writer, value, JsonSerializerOptions, options ) : void

메소드 상세

Read() 공개 메소드

public Read ( Utf8JsonReader, &reader, Type, type, JsonSerializerOptions, options ) : long
reader Utf8JsonReader,
type Type,
options JsonSerializerOptions,
리턴 long

Write() 공개 메소드

public Write ( Utf8JsonWriter, writer, value, JsonSerializerOptions, options ) : void
writer Utf8JsonWriter,
options JsonSerializerOptions,
리턴 void