다음을 통해 공유


JsonPropertyInfo.IsGetNullable 속성

정의

getter의 반환 형식에 nullable로 주석이 추가되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsGetNullable { bool get(); void set(bool value); };
public bool IsGetNullable { get; set; }
member this.IsGetNullable : bool with get, set
Public Property IsGetNullable As Boolean

속성 값

예외

추가 수정을 위해 JsonPropertyInfo 인스턴스가 잠겼습니다.

-또는-

현재 PropertyType 참조 형식이 아니거나 Nullable<T>.

설명

DefaultJsonTypeInfoResolver 또는 JsonSerializerContext시작된 계약

주석을 포함하여 nullable 참조 형식 주석에서 이 속성의 값을 파생합니다.

NotNullAttribute 또는 MaybeNullAttribute같은 특성에서

이 속성은 RespectNullableAnnotations 않는 한 serialization에 영향을 주지 않습니다.

속성이 활성화되었습니다. 이 경우 serializer는 getter에서 반환된 null 값을 거부합니다.

적용 대상