Class Shard.ShardConverter
public class Shard.ShardConverter : JsonConverter<Shard>
- Inheritance
-
Shard.ShardConverter
- Inherited Members
Constructors
ShardConverter()
public ShardConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override Shard Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, Shard, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, Shard value, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritervalueShardoptionsJsonSerializerOptions