Namespace: | Sirenix.Serialization |
Assembly: | Sirenix.Serialization |
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class RegisterFormatterAttribute : Attribute, _Attribute
public RegisterFormatterAttribute(Type formatterType, int priority = 0)
System.Type | formatterType | |
System.Int32 | priority |
public Type FormatterType { get; }
public int Priority { get; }