Table of Contents

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

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

JsonComponent

Write(Utf8JsonWriter, JsonComponent, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
value JsonComponent
options JsonSerializerOptions