The latest release of kotlin serialization 1.5.0 added a new interace called ChunkedDecoder which support decoding large data with the help of okio in smaller chunks. This prevents OutOfMemory Exceptions and some performance improvements.
Kotlin/kotlinx.serialization#2012
At the moment it is only supported by the JsonDecoder. Are there any plans to support this also in your XML Serialization Library?
The latest release of kotlin serialization 1.5.0 added a new interace called ChunkedDecoder which support decoding large data with the help of okio in smaller chunks. This prevents OutOfMemory Exceptions and some performance improvements.
Kotlin/kotlinx.serialization#2012
At the moment it is only supported by the JsonDecoder. Are there any plans to support this also in your XML Serialization Library?