Click or drag to resize

MFIdentifierJsonConverter Class

JSON converter for MFIdentifier for serialization purposes.
Inheritance Hierarchy
SystemObject
  JsonConverter
    MFiles.VAF.ConfigurationMFIdentifierJsonConverter

Namespace:  MFiles.VAF.Configuration
Assembly:  MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntax
public class MFIdentifierJsonConverter : JsonConverter

The MFIdentifierJsonConverter type exposes the following members.

Constructors
  NameDescription
Public methodMFIdentifierJsonConverter
Initializes a new instance of the MFIdentifierJsonConverter class
Top
Properties
  NameDescription
Public propertyCanRead (Inherited from JsonConverter.)
Public propertyCanWrite (Inherited from JsonConverter.)
Top
Methods
  NameDescription
Public methodCanConvert
Can the object be converted with this.
(Overrides JsonConverter.CanConvert(Type).)
Public methodReadJson
Read JSON into MFIdentifier.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer).)
Public methodWriteJson
Serialize MFIdentifier as JSON.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer).)
Top
See Also