Table of Contents

Class Shard.JsonShardConverter

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class Shard.JsonShardConverter : JsonConverter<Shard>
Inheritance
Shard.JsonShardConverter
Inherited Members

Constructors

JsonShardConverter()

public JsonShardConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

Shard

Write(Utf8JsonWriter, Shard, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
value Shard
options JsonSerializerOptions