SerializerAttribute Classe

Definizione

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à
SerializerAttribute
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)

Si applica a