Table of Contents

Class IRestErrorGroup.IRestErrorGroupConverter

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class IRestErrorGroup.IRestErrorGroupConverter : JsonConverter<IRestErrorGroup>
Inheritance
IRestErrorGroup.IRestErrorGroupConverter
Inherited Members

Constructors

IRestErrorGroupConverter()

public IRestErrorGroupConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

IRestErrorGroup

Write(Utf8JsonWriter, IRestErrorGroup, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
value IRestErrorGroup
options JsonSerializerOptions