TranslatableContentJsonConverter Class

Json converter for the TranslatableContent class.

Definition

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

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 Checks if the type can be converted with this converter.
(Overrides JsonConverter.CanConvert(Type))
ReadJson Convert the JSON into TranslatableContent object.
(Overrides JsonConverter.ReadJson(JsonReader, Type, Object, JsonSerializer))
WriteJson Convert the TranslatableContent object into JSON.
(Overrides JsonConverter.WriteJson(JsonWriter, Object, JsonSerializer))

See Also