Having saved a small 2D array (50 * 3) with setProperty(MYKEY) by app is now giving the warning "Unable to deserialize the Application properties" when trying to load it back in with getProperty(MYKEY). The app keeps running, but getProperty() returns null. Depending on the array contents it seems like it either works, or fails 100% of the time.
Do you want a copy of my properties file? Or the data I saved into the array?