Bond v4.0.2 Release Notes

Release Date: 2015-12-14 // over 8 years ago
    • gbc & compiler library: 0.4.0.1
    • C# NuGet version: 4.0.2

    Bond compiler library

    C#

    • โž• Added support to not inline nested structs in Serializers. This can be used to speed up the time to create the serializer for very complex schemas.
    • ๐Ÿ›  Fix for rare buffer corruption in InputStream. Issue #114.
    • ๐Ÿ›  Fix for SimpleXmlParser not handling XML declarations. Issue #112