EnableKeyedSerializerAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许类型指定在没有任何其他序列化程序声明责任的情况下用于此类的序列化程序类型。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class EnableKeyedSerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type EnableKeyedSerializerAttribute = class
inherit Attribute
Public NotInheritable Class EnableKeyedSerializerAttribute
Inherits Attribute
- 继承
-
EnableKeyedSerializerAttribute
- 属性
构造函数
EnableKeyedSerializerAttribute(Type) |
允许类型指定在没有任何其他序列化程序声明责任的情况下用于此类的序列化程序类型。 |
属性
SerializerType |
如果没有其他序列化程序声明责任,则用于此类的序列化程序类型。 |