Table of Contents

Class ApplicationCommandProperties.ApplicationCommandPropertiesConverter

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class ApplicationCommandProperties.ApplicationCommandPropertiesConverter : JsonConverter<ApplicationCommandProperties>
Inheritance
ApplicationCommandProperties.ApplicationCommandPropertiesConverter
Inherited Members

Constructors

ApplicationCommandPropertiesConverter()

public ApplicationCommandPropertiesConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

ApplicationCommandProperties

Write(Utf8JsonWriter, ApplicationCommandProperties, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
value ApplicationCommandProperties
options JsonSerializerOptions