xoofx / SharpYaml

SharpYaml is a .NET library for YAML compatible with CoreCLR
Other
336 stars 61 forks source link

Add option to serializer settings to ignore null values #94

Closed sescalada closed 2 years ago

sescalada commented 2 years ago

Adding a optional setting for serializer to ignore serialization of properties with null values.

xoofx commented 2 years ago

Thanks!