共用方式為


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)

適用於