次の方法で共有


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

シリアル化のために特定の型が非表示であることを示します。 シリアル化されたフィールドがない抽象型でのみ使用でき、継承階層から実質的に削除されます。 型に対してこの属性を追加または削除すると、シリアル化プロトコル レベルの非互換性 (型階層の変更など) が発生します。

適用対象