Table of Contents

Class EuropeanHealthInsuranceCardIssuingCountryConverter

Namespace
ScanbotSDK.MAUI.Core.DocumentDataExtractor
Assembly
ScanbotSDK.Shared.dll
public class EuropeanHealthInsuranceCardIssuingCountryConverter : JsonConverter<EuropeanHealthInsuranceCardIssuingCountry>
Inheritance
EuropeanHealthInsuranceCardIssuingCountryConverter
Inherited Members

Constructors

EuropeanHealthInsuranceCardIssuingCountryConverter()

public EuropeanHealthInsuranceCardIssuingCountryConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

public override EuropeanHealthInsuranceCardIssuingCountry Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

EuropeanHealthInsuranceCardIssuingCountry

Write(Utf8JsonWriter, EuropeanHealthInsuranceCardIssuingCountry, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, EuropeanHealthInsuranceCardIssuingCountry color, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
color EuropeanHealthInsuranceCardIssuingCountry
options JsonSerializerOptions