Table of Contents

Class IButtonProperties.IButtonConverter

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class IButtonProperties.IButtonConverter : JsonConverter<IButtonProperties>
Inheritance
IButtonProperties.IButtonConverter
Inherited Members

Constructors

IButtonConverter()

public IButtonConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

IButtonProperties

Write(Utf8JsonWriter, IButtonProperties, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, IButtonProperties button, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
button IButtonProperties
options JsonSerializerOptions