GenerateSerializerAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
型に適用する場合は、型がシリアル化されることを意図しており、その型に対してシリアル化コードを生成する必要があることを指定します。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Struct)]
public sealed class GenerateSerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Struct)>]
type GenerateSerializerAttribute = class
inherit Attribute
Public NotInheritable Class GenerateSerializerAttribute
Inherits Attribute
- 継承
-
GenerateSerializerAttribute
- 属性
コンストラクター
GenerateSerializerAttribute() |
型に適用する場合は、型がシリアル化されることを意図しており、その型に対してシリアル化コードを生成する必要があることを指定します。 |
プロパティ
GenerateFieldIds |
Orleans でフィールド ID を自動割り当てるタイミングを取得または設定します。 既定の動作では、フィールド ID は自動割り当てされません。 |
IncludePrimaryConstructorParameters |
プライマリ コンストラクター パラメーターを Serializable フィールドとして自動的に含めるかどうかを取得または設定します。
型の場合、既定値は に |