Class ObjectIdResetStrategyJsonConverter
JsonConverter for ObjectIdResetStrategy
public class ObjectIdResetStrategyJsonConverter : JsonConverter<ObjectIdResetStrategy>
Inheritance
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type .
public override ObjectIdResetStrategy Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Write(Utf8JsonWriter, ObjectIdResetStrategy, JsonSerializerOptions)
Writes a specified value as JSON.
public override void Write(Utf8JsonWriter writer, ObjectIdResetStrategy value, JsonSerializerOptions options)