Class SbColorValueConverter
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class SbColorValueConverter : JsonConverter<ColorValue>
- Inheritance
-
SbColorValueConverter
- Inherited Members
Constructors
SbColorValueConverter()
public SbColorValueConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override ColorValue Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, ColorValue, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, ColorValue value, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritervalueColorValueoptionsJsonSerializerOptions