Android Question Export database from KeyValueStore

Pxs

Member
Licensed User
Hello
Is there a way to export ALL the saved data in the sql lite databse used by KeyValueStore?
I exported kvs.dat in xui.DefaultFolder ( KVS.Initialize(xui.DefaultFolder,"kvs.dat") ) but can't make sense of the data. I also expected multiple tables but there is only one.

In my code many of the values are saved as list of objects / list of maps, but all i see in the exported file is one big table where every entry is a list of numbers <255 , i assume encoded bytes..?
Is it possible to make sense of the table data from outside b4a, or its a format specific to the library?

Thanks
 
Top