共用方式為


JsonPropertyInfo.IsGetNullable 屬性

定義

取得或設定值,指出 getter 的傳回型別是否標註為可為 Null。

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>

備註

合約源自 DefaultJsonTypeInfoResolverJsonSerializerContext

從可為 Null 的參考型別註釋衍生此屬性的值,包括批註

來自屬性,例如 NotNullAttributeMaybeNullAttribute

除非 RespectNullableAnnotations,否則此屬性不會影響串行化

屬性已啟用,在此情況下,串行化程式會拒絕 getter 傳回的任何 null 值。

適用於