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
reader
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, Shard, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, Shard value, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWritervalue
Shardoptions
JsonSerializerOptions