Class CheckStandardConverter
- Namespace
- ScanbotSDK.MAUI.Core.Check
- Assembly
- ScanbotSDK.Shared.dll
public class CheckStandardConverter : JsonConverter<CheckStandard>
- Inheritance
-
CheckStandardConverter
- Inherited Members
Constructors
CheckStandardConverter()
public CheckStandardConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override CheckStandard Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, CheckStandard, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, CheckStandard color, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritercolorCheckStandardoptionsJsonSerializerOptions