Kotlinx.serialization: Migrate to Kotlin IO multiplatform library

Created on 30 Oct 2018  路  5Comments  路  Source: Kotlin/kotlinx.serialization

This will address:

66, #204 and #251.

kotlinx.io.core.Input/Output should replace ByteArrays and Strings in Binary and String formats, thus allowing to work with streaming API and easily convert content to either byte arrays or strings with desired charsets.

common feature runtime

Most helpful comment

Any timeline on this? 2019? End of 2020?

All 5 comments

Any timeline on this? 2019? End of 2020?

@StephenOTT As soon as kotlinx-io is ready (currently it is under huge refactoring).

Great. Thanks.

It seems like not much is happening on the kotlinx-io repository. Is the plan still to support the use-cases linked to by this issue (e.g. (de)serializing to/from bytes) via kotlinx-io?

Unfortunately, kotlinx-io project is indeed postponed at the time of writing. We still have a plan to provide API to interact with Java's Input/OutputStreams in 1.2 release

Was this page helpful?
0 / 5 - 0 ratings

Related issues

czeidler picture czeidler  路  4Comments

altavir picture altavir  路  4Comments

raderio picture raderio  路  3Comments

just-kip picture just-kip  路  3Comments

lonevetad picture lonevetad  路  3Comments