Compartilhar via


SerializerAttribute Classe

Definição

Identifica uma classe que contém todos os métodos do serializador para um 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
Herança
SerializerAttribute
Herança
SerializerAttribute
Atributos

Construtores

SerializerAttribute(Type)

Inicializa uma nova instância da classe SerializerAttribute.

Propriedades

TargetType

Obtém o tipo ao qual essa implementação se aplica.

TargetType

Obtém o tipo ao qual essa implementação se aplica.

(Herdado de GeneratedAttribute)

Aplica-se a