Table of Contents

Class ValueSemanticsConverter

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

Constructors

ValueSemanticsConverter()

public ValueSemanticsConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

ValueSemantics

Write(Utf8JsonWriter, ValueSemantics, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color ValueSemantics
options JsonSerializerOptions