SerializerAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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) |