Assume a Java object:
Object obj = new Object();
How do I store this object in the database so to persist this status, and after I store it, it should be easy to convert to a Java object like when I store it?
Any of these will do:
Or just plain JDK XMLEncoder / XMLDecoder (introductory article), but that's a royal pain in the donkey if you ask me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With