SerializerAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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) |