Skip to content

Major release with new API

Compare
Choose a tag to compare
@aaubry aaubry released this 24 Aug 15:46
· 1143 commits to master since this release
  • YamlSerializer has been replaced by the Deserializer class. It offer the same functionality of YamlSerializer but is easier to maintain and extend.
    • Breaking change: DeserializationOverrides is no longer supported. If you need this, please file a bug and we will analyze it.
    • Breaking change: IDeserializationContext is no longer supported. If you need this, please file a bug and we will analyze it.
    • Tag mappings are registered directly on the Deserializer using RegisterTagMapping()
    • ObjectFactory is specified in the constructor, if required.
  • Bug fixes to the Serializer:
    • Fix bug when serializing lists with nulls inside. e9019d5
  • Adds a YAML editor add-in for Visual Studio 2012. Available on the Visual Studio Gallery.