다음을 통해 공유


JsonTypeInfo<T>.SerializeHandler 속성

정의

디자인 타임에 지정된 값을 사용하는 JsonSourceGenerationOptionsAttribute 인스턴스 T 를 직렬화합니다.

public:
 property Action<System::Text::Json::Utf8JsonWriter ^, T> ^ SerializeHandler { Action<System::Text::Json::Utf8JsonWriter ^, T> ^ get(); };
public Action<System.Text.Json.Utf8JsonWriter,T>? SerializeHandler { get; }
member this.SerializeHandler : Action<System.Text.Json.Utf8JsonWriter, 'T>
Public ReadOnly Property SerializeHandler As Action(Of Utf8JsonWriter, T)

속성 값

Action<Utf8JsonWriter,T>

설명

작성기는 쓰기 후에 플러시되지 않습니다.

적용 대상