public class ValueOrValueSourceJsonConverter : JsonConverter
CanRead |
Indicates whether the converter can parse json.
(Overrides JsonConverter.CanRead) |
CanWrite |
Indicates whether the converter can write (serialize) an object to json.
(Overrides JsonConverter.CanWrite) |
CanConvert |
Can the object be converted with this.
(Overrides JsonConverter.CanConvert(Type)) |
ReadJson |
Reads the JSON representation of the object.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer)) |
WriteJson |
Writes the JSON representation of the object.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer)) |