다음을 통해 공유


JsonSerializerOptions.MaxDepth 속성

정의

JSON을 직렬화하거나 역직렬화할 때 허용되는 최대 깊이를 가져오거나 설정합니다. 기본값 0이며, 최대 깊이 64를 나타냅니다.

public:
 property int MaxDepth { int get(); void set(int value); };
public int MaxDepth { get; set; }
member this.MaxDepth : int with get, set
Public Property MaxDepth As Integer

속성 값

Int32

JSON을 직렬화하거나 역직렬화할 때 허용되는 최대 깊이입니다.

예외

이 속성은 serialization 또는 deserialization이 발생한 후에 설정되었습니다.

최대 깊이가 음수 값으로 설정된 경우

설명

이 깊이를 지나면 .JsonException

적용 대상