Specifies a custom TomlConverter to use when serializing or deserializing a member or type.
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Interface, AllowMultiple = false)]
public sealed class TomlConverterAttribute : TomlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlConverterAttribute(Type)Initializes a new instance of the TomlConverterAttribute class.ConverterTypeGets the converter type.