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

他のシリアライザーが責任を要求しない場合に、このクラスに使用するシリアライザー型。

適用対象