Table of Contents

Class EmojiProperties.GuildChannelEmojiPropertiesConverter

Namespace
NetCord
Assembly
NetCord.dll
public class EmojiProperties.GuildChannelEmojiPropertiesConverter : JsonConverter<EmojiProperties>
Inheritance
EmojiProperties.GuildChannelEmojiPropertiesConverter
Inherited Members

Constructors

GuildChannelEmojiPropertiesConverter()

public GuildChannelEmojiPropertiesConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

EmojiProperties

Write(Utf8JsonWriter, EmojiProperties, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
value EmojiProperties
options JsonSerializerOptions