Table of Contents

Class MenuPropertiesDefaultValuesConverter

Namespace
NetCord.JsonConverters
Assembly
NetCord.dll
public abstract class MenuPropertiesDefaultValuesConverter : JsonConverter<IEnumerable<ulong>>
Inheritance
MenuPropertiesDefaultValuesConverter
Derived
Inherited Members

Constructors

MenuPropertiesDefaultValuesConverter(JsonEncodedText)

protected MenuPropertiesDefaultValuesConverter(JsonEncodedText typeValue)

Parameters

typeValue JsonEncodedText

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

IEnumerable<ulong>

Write(Utf8JsonWriter, IEnumerable<ulong>, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
value IEnumerable<ulong>
options JsonSerializerOptions