共用方式為


SerializerTransparentAttribute 類別

定義

表示特定類型對於序列化用途而言是看不見的。 僅適用于沒有序列化欄位的抽象類別型,並有效地從繼承階層中移除它。 從類型新增/移除此屬性會導致序列化通訊協定層級不相容 (,例如類型階層變更) 。

[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()

表示特定類型對於序列化用途而言是看不見的。 僅適用于沒有序列化欄位的抽象類別型,並有效地從繼承階層中移除它。 從類型新增/移除此屬性會導致序列化通訊協定層級不相容 (,例如類型階層變更) 。

適用於