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()
Namespace: Aurigma.DesignAtoms.Serialization
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class DefaultJsonSettings
Methods
Get()
Declaration
public static JsonSerializerSettings Get()
Returns
| Type | Description |
|---|---|
| Newtonsoft.Json.JsonSerializerSettings |
Get(IConfiguration)
Declaration
public static JsonSerializerSettings Get(IConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| IConfiguration | configuration |
Returns
| Type | Description |
|---|---|
| Newtonsoft.Json.JsonSerializerSettings |