internal sealed class LocalizedStringJsonConverter : JsonConverter<LocalizedStringDto>| LocalizedStringJsonConverter | Initializes a new instance of the LocalizedStringJsonConverter class |
| Read | Reads and converts the JSON to type T. (Overrides JsonConverterTRead(Utf8JsonReader, Type, JsonSerializerOptions)) |
| Write | Writes a specified value as JSON. (Overrides JsonConverterTWrite(Utf8JsonWriter, T, JsonSerializerOptions)) |