hadashiA / VYaml

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

Support naming convention settings #60

Closed hadashiA closed 10 months ago

hadashiA commented 10 months ago

refs: #39

the string format can be specified for each enum and class.

e.g) [YamlObject(NamingConvention.LowerCamelCase)]