mindee-api-dotnet

GeneratedV1DocumentJsonConverter Class

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

Custm deserializer for GeneratedV1Document

[JsonConverter(Mindee.Product.Generated.GeneratedV1DocumentJsonConverter)]
public class GeneratedV1DocumentJsonConverter : JsonConverter<GeneratedV1Document>

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

Attributes: JsonConverterAttribute

Constructors

Name Description
GeneratedV1DocumentJsonConverter()  

Methods

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

Documentation generated by MdDocs