Skip to content

DefaultJsonOptions

Namespace: DataWarehouseAutomation.Utils
Assembly: DataWarehouseAutomation.dll

public static class DefaultJsonOptions

objectDefaultJsonOptions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Use as default when deserializing json strings/files to objects

public static JsonSerializerOptions DeserializerOptions { get; }

JsonSerializerOptions

Use as default when serializing objects to json strings/files

public static JsonSerializerOptions SerializerOptions { get; }

JsonSerializerOptions