05-31-2011 01:32 AM
Solved! Go to Solution.
06-01-2011 12:49 AM
Any experts around ?
I am looking for something similar to Java SE serialization ...
06-01-2011 06:08 AM
Here is the 'official' way:
This works if people use Desktop Manager to switch devices.
I think most people will write their own serialization code to convert from the Objects to a byte form (as you have seen csv, or own format, or XML) and then put that somewhere - like your own server for a network aware app or SD Card. This approach works regardless of the method the user users to switch devices.
06-03-2011 03:24 AM
06-05-2011 05:41 AM
Since there are no other contributors, I am accepting peter's comment as "answer".