Class IncludeNullAttribute
Specifies that if the value of the field or property is null, it should be included in the serialized data.
This alters the default behaviour of ignoring nulls.
Namespace: DisCatSharp.Common.Serialization
Assembly: DisCatSharp.Common.dll
Syntax
[Obsolete("Use [DataMember] with EmitDefaultValue = true.")]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class IncludeNullAttribute : SerializationAttribute