JsonSourceGenerationOptionsAttribute 類別

定義

指示 System.Text.Json 來源產生器假設指定的選項將在運行時間透過 JsonSerializerOptions使用。

public ref class JsonSourceGenerationOptionsAttribute sealed : System::Text::Json::Serialization::JsonAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class JsonSourceGenerationOptionsAttribute : System.Text.Json.Serialization.JsonAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type JsonSourceGenerationOptionsAttribute = class
    inherit JsonAttribute
Public NotInheritable Class JsonSourceGenerationOptionsAttribute
Inherits JsonAttribute
繼承
JsonSourceGenerationOptionsAttribute
屬性

建構函式

JsonSourceGenerationOptionsAttribute()

初始化 JsonSourceGenerationOptionsAttribute 的新執行個體。

JsonSourceGenerationOptionsAttribute(JsonSerializerDefaults)

使用由指定 JsonSerializerDefaults 所判斷的預先定義選項組,來建構新的 JsonSourceGenerationOptionsAttribute 執行個體。

屬性

AllowOutOfOrderMetadataProperties

指示 System.Text.Json 來源產生器假設指定的選項將在運行時間透過 JsonSerializerOptions使用。

AllowTrailingCommas

取得或設定 AllowTrailingCommas 的預設值。

Converters

取得或設定 Converters 的預設值。

DefaultBufferSize

取得或設定 DefaultBufferSize 的預設值。

DefaultIgnoreCondition

取得或設定預設忽略條件。

DictionaryKeyPolicy

取得或設定 DictionaryKeyPolicy 的預設值。

GenerationMode

取得或設定未使用 明確設定模式之型別的來源產生模式 GenerationMode

IgnoreReadOnlyFields

取得或設定值,指出是否忽略唯讀欄位。

IgnoreReadOnlyProperties

取得或設定值,指出是否忽略唯讀屬性。

IncludeFields

取得或設定值,這個值表示是否要包含串行化和還原串行化的欄位。

IndentCharacter

指示 System.Text.Json 來源產生器假設指定的選項將在運行時間透過 JsonSerializerOptions使用。

IndentSize

指示 System.Text.Json 來源產生器假設指定的選項將在運行時間透過 JsonSerializerOptions使用。

MaxDepth

取得或設定 MaxDepth 的預設值。

NumberHandling

取得或設定 NumberHandling 的預設值。

PreferredObjectCreationHandling

取得或設定 PreferredObjectCreationHandling 的預設值。

PropertyNameCaseInsensitive

取得或設定 PropertyNameCaseInsensitive 的預設值。

PropertyNamingPolicy

取得或設定內建命名原則,以轉換 JSON 屬性名稱。

ReadCommentHandling

取得或設定 ReadCommentHandling 的預設值。

TypeId

在衍生類別中實作時,取得這個 Attribute 的唯一識別碼。

(繼承來源 Attribute)
UnknownTypeHandling

取得或設定 UnknownTypeHandling 的預設值。

UnmappedMemberHandling

取得或設定 UnmappedMemberHandling 的預設值。

UseStringEnumConverter

取得或設定值,這個值表示來源產生器是否預設 JsonStringEnumConverter 為,而不是在其類型圖形中遇到之所有列舉類型的數值串行化。

WriteIndented

取得或設定值,這個值表示 JSON 輸出是否相當列印。

方法

Equals(Object)

傳回值,這個值指出此執行個體是否與指定的物件相等。

(繼承來源 Attribute)
GetHashCode()

傳回這個執行個體的雜湊碼。

(繼承來源 Attribute)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
IsDefaultAttribute()

在衍生類別中覆寫時,表示這個執行個體的值是衍生類別的預設值。

(繼承來源 Attribute)
Match(Object)

在衍生類別中覆寫時,會傳回值,表示這個執行個體是否等於指定物件。

(繼承來源 Attribute)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

明確介面實作

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

將一組名稱對應至一組對應的分派識別項 (Dispatch Identifier)。

(繼承來源 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

擷取物件的類型資訊,可以用來取得介面的類型資訊。

(繼承來源 Attribute)
_Attribute.GetTypeInfoCount(UInt32)

擷取物件提供的類型資訊介面數目 (0 或 1)。

(繼承來源 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

提供物件所公開的屬性和方法的存取權。

(繼承來源 Attribute)

適用於