Hi folks, someone has a doc or sample using Kotlin...
# serialization
t
Hi folks, someone has a doc or sample using Kotlin Serialization to serialize a suspended coroutine?
g
Usually we serialize data. What do you mean by serializing a suspended coroutine? What are you trying to achieve?
t
I saw this statement on the oficial KEEP:
Web application workflows: register a user, validate email, log them in (a suspended coroutine may be serialized and stored in a DB).