Show / Hide Table of Contents

Class OciJsonSerializerSettings

Inheritance
object
OciJsonSerializerSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.Common.Utils
Assembly: OCI.DotNetSDK.Common.dll
Syntax
public class OciJsonSerializerSettings

Properties

MaxDepth

Declaration
public int MaxDepth { get; set; }
Property Value
Type Description
int

Methods

GetDefaultJsonSerializerMaxDepth()

Declaration
public static int GetDefaultJsonSerializerMaxDepth()
Returns
Type Description
int

GetDefaultJsonSerializerSettings()

Declaration
public static JsonSerializerSettings GetDefaultJsonSerializerSettings()
Returns
Type Description
JsonSerializerSettings

GetJsonSerializerSettings()

Declaration
public JsonSerializerSettings GetJsonSerializerSettings()
Returns
Type Description
JsonSerializerSettings
In this article
Back to top