ValueOrValueSourceJsonConverter Class

JSON converter for implementations of ValueOrValueSource.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class ValueOrValueSourceJsonConverter : JsonConverter
Inheritance
Object    JsonConverter    ValueOrValueSourceJsonConverter

Constructors

Properties

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)

Methods

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))

See Also