Partager via


SerializerAttribute Classe

Définition

Identifie une classe qui contient toutes les méthodes de sérialiseur pour un type.

[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
Héritage
SerializerAttribute
Héritage
SerializerAttribute
Attributs

Constructeurs

SerializerAttribute(Type)

Initialise une nouvelle instance de la classe SerializerAttribute.

Propriétés

TargetType

Obtient le type auquel cette implémentation s’applique.

TargetType

Obtient le type auquel cette implémentation s’applique.

(Hérité de GeneratedAttribute)

S’applique à