EnableKeyedSerializerAttribute 类

定义

允许类型指定在没有任何其他序列化程序声明责任的情况下用于此类的序列化程序类型。

[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

如果没有其他序列化程序声明责任,则用于此类的序列化程序类型。

适用于