mindee-api-dotnet

PagesJsonConverter<TPage> Class

Namespace: Mindee.Parsing.Common
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Custom de-serializer for custom lists of objects.

public class PagesJsonConverter<TPage> : JsonConverter<Pages<TPage>>

Inheritance: object → JsonConverter → JsonConverter<T> → PagesJsonConverter<TPage>

Type Parameters

TPage

Constructors

Name Description
PagesJsonConverter()  

Methods

Name Description
Read(Utf8JsonReader, Type, JsonSerializerOptions) Read(Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, Pages<TPage>, JsonSerializerOptions)  

Documentation generated by MdDocs