C# Class LongToStringConverter, code

Inheritance: JsonConverter
Datei anzeigen Open project: shendongnian/code

Public Methods

Method Description
Read ( Utf8JsonReader, &reader, Type, type, JsonSerializerOptions, options ) : long
Write ( Utf8JsonWriter, writer, value, JsonSerializerOptions, options ) : void

Method Details

Read() public method

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

Write() public method

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