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 源生成器的输出使用,不应直接调用。

适用于