Class ApplicationCommandProperties.ApplicationCommandPropertiesConverter
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
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, ApplicationCommandProperties, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, ApplicationCommandProperties value, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWritervalue
ApplicationCommandPropertiesoptions
JsonSerializerOptions