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
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, IEnumerable<AttachmentProperties>, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, IEnumerable<AttachmentProperties> value, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWritervalue
IEnumerable<AttachmentProperties>options
JsonSerializerOptions