XMLEncoder or Serializable
Hi guys.
I have been implementing a GUI app and want to persistently save some values to reuse when the application is restarted.
I would like you to give me some tipps on which mechanism is best to achieve this task.
I'm hesitating between XMLEncoder/Decoder or using the ObjectOutputStream.
Best reagrds.
Edmond