aaubry / YamlDotNet

YamlDotNet is a .NET library for YAML
MIT License
2.48k stars 466 forks source link

Added support for serialization and deserialization of 'object' to static code generation #856

Closed prochnowc closed 9 months ago

prochnowc commented 9 months ago

This PR adds support for serialization and deserialization of 'object' as long as the type is a primitive type or is known to the static context.

Changes:

@EdwardCooke What do you think ? If the approach is fine I will create an issue to reference this PR.

EdwardCooke commented 9 months ago

Sorry it’s taking so long. Work emergency. It may not be until tomorrow I get to look at this.

EdwardCooke commented 9 months ago

Just waiting for the build to complete and I'll get a release out

aaubry commented 9 months ago

This feature has been released in version 13.7.0.

prochnowc commented 9 months ago

Thanks for having this merged. The code generation should be much more usable now.