Partager via


RegisterSerializerAttribute Classe

Définition

Lorsqu’il est appliqué à un type, indique que le type est un sérialiseur et qu’il doit être inscrit automatiquement.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class RegisterSerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type RegisterSerializerAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterSerializerAttribute
Inherits Attribute
Héritage
RegisterSerializerAttribute
Attributs

Constructeurs

RegisterSerializerAttribute()

Lorsqu’il est appliqué à un type, indique que le type est un sérialiseur et qu’il doit être inscrit automatiquement.

S’applique à

Voir aussi