Populates an existing value instance from YAML.
public virtual object? Populate(YamlReader reader, Type typeToConvert, object existingValue)
Converters that support population should override both CanPopulate(Type) and this method. The default implementation throws .