OmitDefaultMemberValuesAttribute 类

定义

应用于类型时,指示为类型生成的序列化程序应避免在成员值等于其默认值时序列化成员。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class OmitDefaultMemberValuesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type OmitDefaultMemberValuesAttribute = class
    inherit Attribute
Public NotInheritable Class OmitDefaultMemberValuesAttribute
Inherits Attribute
继承
OmitDefaultMemberValuesAttribute
属性

构造函数

OmitDefaultMemberValuesAttribute()

应用于类型时,指示为类型生成的序列化程序应避免在成员值等于其默认值时序列化成员。

适用于

另请参阅