Freigeben über


RegisterSerializerAttribute Klasse

Definition

Gibt bei Anwendung auf einen Typ an, dass der Typ ein Serialisierungsprogramm ist und automatisch registriert werden soll.

[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
Vererbung
RegisterSerializerAttribute
Attribute

Konstruktoren

RegisterSerializerAttribute()

Gibt bei Anwendung auf einen Typ an, dass der Typ ein Serialisierungsprogramm ist und automatisch registriert werden soll.

Gilt für:

Weitere Informationen