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