Specifies a custom YamlConverter 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 YamlConverterAttribute : YamlAttribute
kind:method, kind:property, kind:ctor. Press Esc to clear.YamlConverterAttribute(Type)Initializes a new instance of the YamlConverterAttribute class.ConverterTypeGets the converter type.