SerializerAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Identifica una classe che contiene tutti i metodi serializzatori per un tipo.
[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
- Ereditarietà
- Ereditarietà
-
SerializerAttribute
- Attributi
Costruttori
SerializerAttribute(Type) |
Inizializza una nuova istanza della classe SerializerAttribute. |
Proprietà
TargetType |
Ottiene il tipo a cui si applica questa implementazione. |
TargetType |
Ottiene il tipo a cui si applica questa implementazione. (Ereditato da GeneratedAttribute) |