Skip to main content

Class DefaultJsonSettings

Namespace: Aurigma.DesignAtoms.Serialization
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class DefaultJsonSettings

Inheritance: System.Object -> DefaultJsonSettings

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Methods

Get

public static JsonSerializerSettings Get()
Returns

Newtonsoft.Json.JsonSerializerSettings

Get

public static JsonSerializerSettings Get(IConfiguration configuration)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Configuration.IConfigurationconfiguration
Returns

Newtonsoft.Json.JsonSerializerSettings

Was this page helpful?