Table of Contents

Class AttachmentPropertiesIEnumerableConverter

Namespace
NetCord.JsonConverters
Assembly
NetCord.dll
public class AttachmentPropertiesIEnumerableConverter : JsonConverter<IEnumerable<AttachmentProperties>>
Inheritance
AttachmentPropertiesIEnumerableConverter
Inherited Members

Constructors

AttachmentPropertiesIEnumerableConverter()

public AttachmentPropertiesIEnumerableConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

public override IEnumerable<AttachmentProperties>? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

IEnumerable<AttachmentProperties>

Write(Utf8JsonWriter, IEnumerable<AttachmentProperties>, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, IEnumerable<AttachmentProperties> value, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
value IEnumerable<AttachmentProperties>
options JsonSerializerOptions