Class AbpSystemTextJsonSerializerOptions
Inheritance
object
AbpSystemTextJsonSerializerOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Json.SystemTextJson
Assembly: Volo.Abp.Json.SystemTextJson.dll
Syntax
public class AbpSystemTextJsonSerializerOptions
Constructors
AbpSystemTextJsonSerializerOptions()
Declaration
public AbpSystemTextJsonSerializerOptions()
Properties
JsonSerializerOptions
Declaration
public JsonSerializerOptions JsonSerializerOptions { get; }
Property Value
| Type | Description |
|---|---|
| System.Text.Json.JsonSerializerOptions |