Open sandboxFocus

Class PNonSerializedAttribute

Custom attribute that, when applied to a field of a class annotated with PSerializableAttribute, specifies that this field should not be serialized.

Inheritance
PNonSerializedAttribute
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Field)]
public sealed class PNonSerializedAttribute : Attribute

Constructors

Name Description
PNonSerializedAttribute()