JsonConverter
Converts an object to and from JSON.
Gets a value indicating whether this JsonConverter can read JSON.
Gets a value indicating whether this JsonConverter can write JSON.
protected JsonConverter()
Determines whether this instance can convert the specified object type.
Gets the JsonSchema of the JSON produced by the JsonConverter.
public abstract object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
Reads the JSON representation of the object.
Writes the JSON representation of the object.