Skip to content

Support ChunkedDecoder to read big xml data chunked #132

@Bodo1981

Description

@Bodo1981

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions