I would like to promote <this really valuable ques...
# ktor
d
I would like to promote this really valuable question being asked by [JB] developer @sandwwraith in serialization GitHub issues: To paraphrase - what are your use cases for decoding more than one object from an
InputStream
This implies being able to do something like:
val objects : Flow<MyObject> = someStreamCarryingMultipleJsonObjects.decodeAsFlow()
Posted in #serialization
👍 2
☝️ This should be of considerable interest to Ktor users as well
d
Indeed, this is ideal for websockets!
1
💯 1
a
@darkmoon_uk feel free to file a feature request.