internal sealed class PointJsonConverter : JsonConverter<Point>| PointJsonConverter | Initializes a new instance of the PointJsonConverter 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)) |