4.0.2
4.0.2: 2015-12-14
gbc
& compiler library: 0.4.0.1- C# NuGet version: 4.0.2
Bond compiler library
- Added a
custom codegen example.
C#
- Added support to
not inline nested structs inSerializers
.
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