JsonConverter<T>
Converts an object to and from JSON.
protected JsonConverter()
public abstract T ReadJson(JsonReader reader, Type objectType, T existingValue, bool hasExistingValue, JsonSerializer serializer)
Reads the JSON representation of the object.
Writes the JSON representation of the object.