Table of Contents

Class ApplicationCommandOptionChoiceProperties.ApplicationCommandOptionChoicePropertiesConverter

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class ApplicationCommandOptionChoiceProperties.ApplicationCommandOptionChoicePropertiesConverter : JsonConverter<ApplicationCommandOptionChoiceProperties>
Inheritance
ApplicationCommandOptionChoiceProperties.ApplicationCommandOptionChoicePropertiesConverter
Inherited Members

Constructors

ApplicationCommandOptionChoicePropertiesConverter()

public ApplicationCommandOptionChoicePropertiesConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

public override ApplicationCommandOptionChoiceProperties? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

ApplicationCommandOptionChoiceProperties

Write(Utf8JsonWriter, ApplicationCommandOptionChoiceProperties, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
value ApplicationCommandOptionChoiceProperties
options JsonSerializerOptions