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