Table of Contents

Class ImageProperties.ImagePropertiesConverter

Namespace
NetCord.Rest
Assembly
NetCord.dll
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 Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

ImageProperties

Write(Utf8JsonWriter, ImageProperties, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, ImageProperties value, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
value ImageProperties
options JsonSerializerOptions