다음을 통해 공유


SerializerMethodAttribute 클래스

정의

메서드를 해당 형식에 대한 serializer 함수를 제공하는 것으로 표시하는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class SerializerMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type SerializerMethodAttribute = class
    inherit Attribute
Public NotInheritable Class SerializerMethodAttribute
Inherits Attribute
상속
SerializerMethodAttribute
특성

생성자

SerializerMethodAttribute()

메서드를 해당 형식에 대한 serializer 함수를 제공하는 것으로 표시하는 데 사용됩니다.

적용 대상