Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 280 Bytes

5.4.0.md

File metadata and controls

7 lines (5 loc) · 280 Bytes

Release 5.4.0

New features:

  • Enable serialization of public fields.
    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.