I'm developing a Java SE application that does save its content as a Serializable object through a ObjectOutputStream.
My question is, reading a ObjectInputStream in a Android native app will correctly load the content?
And plus: there's another simple way to save data structures (that supports modification of the model classes)?