mindee-api-dotnet

CustomV1DocumentJsonConverter Class

Namespace: Mindee.Product.Custom
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Custm deserializer for CustomV1Document

public class CustomV1DocumentJsonConverter : JsonConverter<CustomV1Document>

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

Constructors

Name Description
CustomV1DocumentJsonConverter()  

Methods

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

Documentation generated by MdDocs