Compartir a través de


SerializerAttribute Clase

Definición

Identifica una clase que contiene todos los métodos de serializador de 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
Herencia
SerializerAttribute
Herencia
SerializerAttribute
Atributos

Constructores

SerializerAttribute(Type)

Inicializa una nueva instancia de la clase SerializerAttribute.

Propiedades

TargetType

Obtiene el tipo al que se aplica esta implementación.

TargetType

Obtiene el tipo al que se aplica esta implementación.

(Heredado de GeneratedAttribute)

Se aplica a