Hello, I need to use a content provider and was wo...
# serialization
j
Hello, I need to use a content provider and was wondering if i could use kotlinx serialization to go from a Cursor (as custom format if you want) to a list of objects, or if there are better options. Since Cursors are lazy, is it possible to serialize lazily with kotlinx serialization, too? As in returning a sequence of objects instead of lists?