mindee-api-dotnet

StringEnumConverter<T> Class

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

Deserializer for the ExecutionPriority enum.

public class StringEnumConverter<T> : JsonConverter<T>

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

Type Parameters

T

Constructors

Name Description
StringEnumConverter()  

Methods

Name Description
Read(Utf8JsonReader, Type, JsonSerializerOptions) Read a JSON value.
Write(Utf8JsonWriter, T, JsonSerializerOptions) Retrieves a JSON value.

Documentation generated by MdDocs