RegisterSerializerAttribute Class

Definition

When applied to a type, indicates that the type is a serializer and that it should be automatically registered.

[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
Inheritance
RegisterSerializerAttribute
Attributes

Constructors

RegisterSerializerAttribute()

Applies to

See also