Class OutputModeConverter
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
Output mode of binarization filter.
public class OutputModeConverter : JsonConverter<OutputMode>
- Inheritance
-
OutputModeConverter
- Inherited Members
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type OutputMode.
public override OutputMode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
reader
Utf8JsonReaderThe reader.
typeToConvert
TypeThe type to convert.
options
JsonSerializerOptionsAn object that specifies serialization options to use.
Returns
- OutputMode
The converted value.
Write(Utf8JsonWriter, OutputMode, JsonSerializerOptions)
Writes a specified value as JSON.
public override void Write(Utf8JsonWriter writer, OutputMode color, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWriterThe writer to write to.
color
OutputModeoptions
JsonSerializerOptionsAn object that specifies serialization options to use.