I'd like to make use of `kotlinx.serialization` fo...
# arrow
d
I'd like to make use of
kotlinx.serialization
for the sake of marshalling performance, but last time I checked (admittedly, a few months ago) it's all backed by synchronous IO rather than coroutines.