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
readerUtf8JsonReaderThe reader.
typeToConvertTypeThe type to convert.
optionsJsonSerializerOptionsAn 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
writerUtf8JsonWriterThe writer to write to.
colorOutputModeoptionsJsonSerializerOptionsAn object that specifies serialization options to use.