mindee-api-dotnet

PolygonJsonConverter Class

Namespace: Mindee.Geometry
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

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