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
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, ValueSemantics, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, ValueSemantics color, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWritercolor
ValueSemanticsoptions
JsonSerializerOptions