1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Domain.Extensions
  6. /
  7. SkipSerializationAttribute

SkipSerializationAttribute

SkipSerializationAttribute class

Instructs the serialization to skip the member.

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter)]
public sealed class SkipSerializationAttribute : Attribute

Constructors

Name Description
SkipSerializationAttribute() Creates Format attribute with given property Name.

See Also