I wonder if it will work... In my app I have an object that I'm serializing to file, and then I obfuscate the code with the ProGuard and application goes to Market. Then I want to release new version of app. I do the same. The users run through the application update.
The question is - does the object, that was serialized with the first version of app, deserialize properly in the second one? And if yes - why?