RegisterSerializerAttribute Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |