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