Class DontSerializeAttribute
Use this attribute to flag a field or property to be ignored during serialization. This class cannot be inherited.
Namespace: Unity.Serialization
Syntax
public sealed class DontSerializeAttribute : Attribute
Use this attribute to flag a field or property to be ignored during serialization. This class cannot be inherited.
public sealed class DontSerializeAttribute : Attribute