다음을 통해 공유


SerializerAttribute 클래스

정의

형식에 대한 모든 serializer 메서드를 포함하는 클래스를 식별합니다.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class SerializerAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class SerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type SerializerAttribute = class
    inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type SerializerAttribute = class
    inherit Attribute
Public NotInheritable Class SerializerAttribute
Inherits GeneratedAttribute
Public NotInheritable Class SerializerAttribute
Inherits Attribute
상속
SerializerAttribute
상속
SerializerAttribute
특성

생성자

SerializerAttribute(Type)

SerializerAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

TargetType

이 구현이 적용되는 형식을 가져옵니다.

TargetType

이 구현이 적용되는 형식을 가져옵니다.

(다음에서 상속됨 GeneratedAttribute)

적용 대상