Class ImageProperties.ImagePropertiesConverter
public class ImageProperties.ImagePropertiesConverter : JsonConverter<ImageProperties>
- Inheritance
-
ImageProperties.ImagePropertiesConverter
- Inherited Members
Constructors
ImagePropertiesConverter()
public ImagePropertiesConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override ImageProperties Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
reader
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, ImageProperties, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, ImageProperties value, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWritervalue
ImagePropertiesoptions
JsonSerializerOptions