SerializerTransparentAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示特定類型對於序列化用途而言是看不見的。 僅適用于沒有序列化欄位的抽象類別型,並有效地從繼承階層中移除它。 從類型新增/移除此屬性會導致序列化通訊協定層級不相容 (,例如類型階層變更) 。
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
public sealed class SerializerTransparentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
type SerializerTransparentAttribute = class
inherit Attribute
Public NotInheritable Class SerializerTransparentAttribute
Inherits Attribute
- 繼承
-
SerializerTransparentAttribute
- 屬性
建構函式
SerializerTransparentAttribute() |
表示特定類型對於序列化用途而言是看不見的。 僅適用于沒有序列化欄位的抽象類別型,並有效地從繼承階層中移除它。 從類型新增/移除此屬性會導致序列化通訊協定層級不相容 (,例如類型階層變更) 。 |