Appending to an FSTObjectOutput (different to ObjectOutputStream) – Serialization in Android Java
I log sensor data with my Android phone and serialize it using the FST library (Ruediger Moeller). While it works well, saving data at the end of long sessions takes time. I’d prefer to append data every minute or something to reduce end-of-session save time and ensure all data isn’t lost if the app crashes.