Skip to main content

Class LayoutSettingsConverter

Namespace: Aurigma.DesignAtoms.Serialization.Json.Product
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class LayoutSettingsConverter : BaseTypeConverter<LayoutSettings>

Inheritance: System.Object -> Aurigma.DesignAtoms.Serialization.Json.BaseTypeConverter<Aurigma.DesignAtoms.Model.Items.LayoutSettings> -> LayoutSettingsConverter

Inherited Members

  • Aurigma.DesignAtoms.Serialization.Json.BaseTypeConverter<Aurigma.DesignAtoms.Model.Items.LayoutSettings>._childConverters
  • Aurigma.DesignAtoms.Serialization.Json.BaseTypeConverter<Aurigma.DesignAtoms.Model.Items.LayoutSettings>.WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer)
  • Aurigma.DesignAtoms.Serialization.Json.BaseTypeConverter<Aurigma.DesignAtoms.Model.Items.LayoutSettings>.ReadFromJObject(Newtonsoft.Json.Linq.JObject,Newtonsoft.Json.JsonSerializer)
  • Aurigma.DesignAtoms.Serialization.Json.BaseTypeConverter<Aurigma.DesignAtoms.Model.Items.LayoutSettings>.ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
  • Aurigma.DesignAtoms.Serialization.Json.BaseTypeConverter<Aurigma.DesignAtoms.Model.Items.LayoutSettings>.CanConvert(System.Type)

Constructors

LayoutSettingsConverter

public LayoutSettingsConverter()
Was this page helpful?