Ivan Brko
Ivan Brko
I have the same issue in the project I'm working on, the predicate function needs to access the DB and I want to do the DB stuff async, so I...
Yes, I get the following exception: _kotlinx.serialization.SerializationException: Can't locate argument-less serializer for class DataType. For generic classes, such as lists, please provide serializer explicitly._ I'll try to see if I...
Thanks for the info. I guessed that I would somehow need to register serializers for everything this library needs to send. Didn't look that much into how kotlinx.serialization works under...
Is there any update on this? Would like to know for a new project i'm starting