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