DefaultJsonOptions
Class DefaultJsonOptions
Section titled “ Class DefaultJsonOptions”Namespace: DataWarehouseAutomation.Utils
Assembly: DataWarehouseAutomation.dll
public static class DefaultJsonOptions
Inheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”DeserializerOptions
Section titled “ DeserializerOptions”Use as default when deserializing json strings/files to objects
public static JsonSerializerOptions DeserializerOptions { get; }
Property Value
Section titled “Property Value”SerializerOptions
Section titled “ SerializerOptions”Use as default when serializing objects to json strings/files
public static JsonSerializerOptions SerializerOptions { get; }