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(Type) |
Инициализирует новый экземпляр класса SerializerAttribute. |
Свойства
TargetType |
Возвращает тип, к которому применяется эта реализация. |
TargetType |
Возвращает тип, к которому применяется эта реализация. (Унаследовано от GeneratedAttribute) |