0.6.1
This is minor update including some enhancements with important bug fix.
Improvements
- Recursive generation now supports generic arguments and array element types. Issue #106.
- New SerializerGenerator.GenerateSerializerCodeAssembly and GenerateSerializerSourceCodes, which return structured information including target types and serializer type names. It should improve pre-generation experience. Issue #107.