Condividi tramite


RegisterSerializerAttribute Classe

Definizione

Quando applicato a un tipo, indica che il tipo è un serializzatore e che deve essere registrato automaticamente.

[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
Ereditarietà
RegisterSerializerAttribute
Attributi

Costruttori

RegisterSerializerAttribute()

Quando applicato a un tipo, indica che il tipo è un serializzatore e che deve essere registrato automaticamente.

Si applica a

Vedi anche