Serialization / Deserialization & Proguard
问题 With one of my app, I had a problem with one of my Serialized classes when I try to update my APK. Indeed, there were problems related to objects saved with the previous version of the apk and the new version of the apk. In the latest APK (in production on Android Market), I've forgot to configure my proguard.cfg for Serializable class (and so their static final long serialVersionUID member)... So when I try in my new APK to reload this previous stored Serializable class, I've a