Namespace: | Sirenix.Serialization |
Assembly: | Sirenix.Serialization |
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct, AllowMultiple = false, Inherited = true)]
public sealed class AlwaysFormatsSelfAttribute : Attribute, _Attribute
This means that the interface will be used to format all types derived from the type that is decorated with this attribute, regardless of custom formatters for the derived types.
public AlwaysFormatsSelfAttribute()