pdvrieze / xmlutil

XML Serialization library for Kotlin
https://pdvrieze.github.io/xmlutil/
Apache License 2.0
363 stars 30 forks source link

Make `null` the default encoding in various places #206

Closed sschuberth closed 2 months ago

sschuberth commented 2 months ago

This usually cuases the implementation to auto-detect the encoding.

pdvrieze commented 2 months ago

This has been implemented with an alternate implementation.