hadashiA / VYaml

The extra fast, low memory footprint YAML library for C#, focued on .NET and Unity.
MIT License
295 stars 16 forks source link

Some requests #112

Open rube200 opened 1 month ago

rube200 commented 1 month ago

One of the things I miss in VYaml compared to YamlDotnet is the possibility of choosing the namingcase in the options, i think it would be good to have NamingConvention in YamlSerializerOptions, Also i think you could improve enum parse, on my use cases i usually have them insentive case, but the current implementation doesnt support it. At last i recommend the use of Enum.TryParse.