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 |
获取或设置主构造函数参数是否应自动作为可序列化字段包含。
对于类型,默认 |