mindee-api-dotnet

PolygonJsonConverter Class

Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Custom de-serialize for Polygon

public class PolygonJsonConverter : JsonConverter<Polygon>

Inheritance: object → JsonConverter → JsonConverter<T> → PolygonJsonConverter

Constructors

Name Description
PolygonJsonConverter()  

Methods

Name Description
Read(Utf8JsonReader, Type, JsonSerializerOptions) Read(Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, Polygon, JsonSerializerOptions) Write(Utf8JsonWriter, Polygon, JsonSerializerOptions)

Documentation generated by MdDocs