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