次の方法で共有


JsonCollectionInfoValues<TCollection>.SerializeHandler プロパティ

定義

事前に決定 JsonSourceGenerationOptionsAttribute された既定値を想定した、最適化されたシリアル化実装。

public:
 property Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ SerializeHandler { Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ get(); void set(Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ value); };
public Action<System.Text.Json.Utf8JsonWriter,TCollection>? SerializeHandler { get; init; }
member this.SerializeHandler : Action<System.Text.Json.Utf8JsonWriter, 'Collection> with get, set
Public Property SerializeHandler As Action(Of Utf8JsonWriter, TCollection)

プロパティ値

Action<Utf8JsonWriter,TCollection>

注釈

この API は System.Text.Json ソース ジェネレーターの出力で使用されるため、直接呼び出さないでください。

適用対象