Redagować

Udostępnij przez


SerializerAttribute Class

Definition

Identifies a class that contains all the serializer methods for a type.

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

Constructors

Name Description
SerializerAttribute(Type)

Initializes a new instance of the SerializerAttribute class.

Properties

Name Description
TargetType

Gets the type which this implementation applies to.

TargetType

Gets the type which this implementation applies to.

(Inherited from GeneratedAttribute)

Applies to