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