xxfast / KStore

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and kotlinx.io
https://xxfast.github.io/KStore/
Apache License 2.0
484 stars 15 forks source link

Add support for pagination #38

Open xxfast opened 1 year ago

xxfast commented 1 year ago

Add support to KStore so that it can handle Sequence<Cats> correctly with Json.decodeBufferedSourceToSequence