C# Class LongToStringConverter, code

Inheritance: JsonConverter
Afficher le fichier Open project: shendongnian/code

Méthodes publiques

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

Method Details

Read() public méthode

public Read ( Utf8JsonReader, &reader, Type, type, JsonSerializerOptions, options ) : long
reader Utf8JsonReader,
type Type,
options JsonSerializerOptions,
Résultat long

Write() public méthode

public Write ( Utf8JsonWriter, writer, value, JsonSerializerOptions, options ) : void
writer Utf8JsonWriter,
options JsonSerializerOptions,
Résultat void