mindee-api-dotnet

ObjectListJsonConverter<TList, TItem> Class

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

Custom de-serializer for custom lists of objects.

public class ObjectListJsonConverter<TList, TItem> : JsonConverter<TList>

Inheritance: object → JsonConverter → JsonConverter<T> → ObjectListJsonConverter<TList, TItem>

Type Parameters

TList

TItem

Constructors

Name Description
ObjectListJsonConverter()  

Methods

Name Description
Read(Utf8JsonReader, Type, JsonSerializerOptions) Read(Utf8JsonReader, Type, JsonSerializerOptions)
Write(Utf8JsonWriter, TList, JsonSerializerOptions) Write(Utf8JsonWriter, T1, JsonSerializerOptions)

Documentation generated by MdDocs