MFIdentifierJsonConverter Class

JSON converter for MFIdentifier for serialization purposes.

Definition

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

Constructors

Properties

CanRead Gets a value indicating whether this JsonConverter can read JSON.
(Inherited from JsonConverter)
CanWrite Gets a value indicating whether this JsonConverter can write JSON.
(Inherited from JsonConverter)

Methods

CanConvert Can the object be converted with this.
(Overrides JsonConverter.CanConvert(Type))
ReadJson Read JSON into MFIdentifier.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer))
WriteJson Serialize MFIdentifier as JSON.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer))

See Also