Releases: pdvrieze/xmlutil
Releases · pdvrieze/xmlutil
Follow on to 0.10.0 of the serialization framework
- Update to kotlinx.serialization 0.10.0
- Remove the Canary code as elementDescriptors are now generated
- Some caching and stability is still provided
- NOTE: Custom serializers do need to provide elementDescriptors
Kotlin 1.3.0 update
Update the package to work with Kotlin 1.3.0 and serialization library 0.9.0. This means that some of the API has changed a bit (parameter order) and reflection based access is marked experimental in line with the serialization library itself as that doesn't work on non-java platforms.
Rework for stability
This release updates the serialization plugin to be based upon the design described in the serialization keep. This has improved architecture and dependability.
- Naming is now well defined: If present on type or use site the XmlName tag wins. Otherwise for tags the serialization name at the type declaration wins (XML tags should be named the same independent of use). For attributes the use site name wins (attributes are generally primitives and generic type names are not useful)
Initial release
The initial release of the project