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

指示特定类型出于序列化目的不可见。 仅适用于没有序列化字段的抽象类型,并有效地将其从继承层次结构中删除。 从类型中添加/删除此属性将导致序列化协议级别不兼容 (,如类型层次结构) 更改。

适用于