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>
TPage
Name | Description |
---|---|
PagesJsonConverter() |
Name | Description |
---|---|
Read(Utf8JsonReader, Type, JsonSerializerOptions) | Read(Utf8JsonReader, Type, JsonSerializerOptions) |
Write(Utf8JsonWriter, Pages<TPage>, JsonSerializerOptions) |
Documentation generated by MdDocs