mindee-api-dotnet

ObjectListJsonConverter<TList, TItem> Class

Namespace: Mindee.Parsing
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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