Class JsonComponent.JsonComponentConverter
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonComponent.JsonComponentConverter : JsonConverter<JsonComponent>
- Inheritance
-
JsonComponent.JsonComponentConverter
- Inherited Members
Constructors
JsonComponentConverter()
public JsonComponentConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override JsonComponent? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, JsonComponent, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, JsonComponent value, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritervalueJsonComponentoptionsJsonSerializerOptions