JsonSerializerOptions.PreferredObjectCreationHandling プロパティ

定義

JSON を逆シリアル化するときのプロパティの優先オブジェクト作成処理を取得または設定します。

public:
 property System::Text::Json::Serialization::JsonObjectCreationHandling PreferredObjectCreationHandling { System::Text::Json::Serialization::JsonObjectCreationHandling get(); void set(System::Text::Json::Serialization::JsonObjectCreationHandling value); };
public System.Text.Json.Serialization.JsonObjectCreationHandling PreferredObjectCreationHandling { get; set; }
member this.PreferredObjectCreationHandling : System.Text.Json.Serialization.JsonObjectCreationHandling with get, set
Public Property PreferredObjectCreationHandling As JsonObjectCreationHandling

プロパティ値

Populate設定すると、既存のインスタンスを再利用できるすべてのプロパティが設定されます。

注釈

プロパティの種類のみが考慮されます。 たとえば、プロパティが型 IEnumerable<T> で、割り当てられている List<T>場合は、 が設定 IEnumerable<T> できないため、設定されません。 さらに、値型にはセッターを設定する必要があります。

適用対象