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

获取或设置主构造函数参数是否应自动作为可序列化字段包含。 对于类型,默认 truerecordfalse 否则为 。

适用于

另请参阅