JakeWharton/retrofit2-kotlinx-serialization-converter

Take in consideration Serialization new update

catluc opened this issue · 1 comments

One of the new features of this update: Integration with Okio’s BufferedSource and BufferedSink.

Could this be used in order to make more efficient the use of Serialization?
More info: https://blog.jetbrains.com/kotlin/2022/09/kotlin-news-august/#kotlinxserialization_140_Is_Out

No. It is only supported for Json and not arbitrary TextFormats or BinaryFormats which are the type this library builds against. See #43.