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 |
他のシリアライザーが責任を要求しない場合に、このクラスに使用するシリアライザー型。 |