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


SerializerAttribute Класс

Определение

Определяет класс, содержащий все методы сериализатора для типа.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class SerializerAttribute : Orleans.CodeGeneration.GeneratedAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class SerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type SerializerAttribute = class
    inherit GeneratedAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type SerializerAttribute = class
    inherit Attribute
Public NotInheritable Class SerializerAttribute
Inherits GeneratedAttribute
Public NotInheritable Class SerializerAttribute
Inherits Attribute
Наследование
SerializerAttribute
Наследование
SerializerAttribute
Атрибуты

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

SerializerAttribute(Type)

Инициализирует новый экземпляр класса SerializerAttribute.

Свойства

TargetType

Возвращает тип, к которому применяется эта реализация.

TargetType

Возвращает тип, к которому применяется эта реализация.

(Унаследовано от GeneratedAttribute)

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