Поделиться через


RegisterSerializerAttribute Класс

Определение

При применении к типу указывает, что тип является сериализатором и что он должен быть зарегистрирован автоматически.

[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
Наследование
RegisterSerializerAttribute
Атрибуты

Конструкторы

RegisterSerializerAttribute()

При применении к типу указывает, что тип является сериализатором и что он должен быть зарегистрирован автоматически.

Применяется к

См. также раздел