Hi guysm,
I got a simple prob:
I want to save an object of a class persistent. (The class contains 3 hashtables, saving them would be enough)
so... in persistence-store I can only store strings and primitives...
in the filesystem I have to have an outputstream (using byte-arrays?) wich shouldnt work with hashtables.
And @ least... in the SQLite DB I cant save blos/object afaik.
Can anyone please help me?
Every tip would be useful!
Thx in advance!

