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