remulasce / metroapp

Realtime arrival notification utility for LA Metro
2 stars 0 forks source link

Java serialization not implemented in j2objc #304

Closed nighelles closed 7 years ago

nighelles commented 8 years ago

So, I was planning to use serialization in combination with NSUserDefaults to save preferences in a way that would allow me to make the Java_core preference saving work.

However, it looks like serialization isn't actually implemented by j2objc, so I need to figure out another way to make this work.

-Nighelles

remulasce commented 8 years ago

Technically a persistence deal shouldn't be required to use RegionalizationHelper, it just totally sucks for the user if his settings get reset every time.

Pushed some commits that should ease some dependency problems, and handle missing Persistence / Location modules more gracefully.

nighelles commented 8 years ago

Wrote a thing, so at least the piece is there now. I'll pull your commit.