mindee-api-dotnet

StringEnumConverter<T>.Write Method

Declaring Type: StringEnumConverter<T>
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

Retrieves a JSON value.

public void Write(Utf8JsonWriter writer, T value, JsonSerializerOptions options);

Parameters

writer Utf8JsonWriter

value T

options JsonSerializerOptions


Documentation generated by MdDocs