GenerateSerializerAttribute クラス

定義

型に適用する場合は、型がシリアル化されることを意図しており、その型に対してシリアル化コードを生成する必要があることを指定します。

[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 フィールドとして自動的に含めるかどうかを取得または設定します。 型の場合、既定値は にtruerecord設定falseされます。それ以外の場合は 。

適用対象

こちらもご覧ください