Skip to content

Enable serialization of public fields

Compare
Choose a tag to compare
@aaubry aaubry released this 06 Mar 23:57
· 564 commits to master since this release

YamlDotNet will now also serialize public fields. This feature is enabled by default, but it can be disabled by calling IgnoreFields() on the SerializerBuilder or DeserializerBuilder.