public class JsonIntegerString : JsonConverter<int?>
JsonIntegerString | Initializes a new instance of the JsonIntegerString class |
HandleNull |
Gets a value that indicates whether null should be passed to the converter on serialization.
(Overrides JsonConverterTHandleNull) |
Read | Reads and converts the JSON to a nullable integer. (Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions)) |
Write | Writes a specified value as JSON. (Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions)) |