|
Java™ by example!
|
|
|
How do I store and retrieve a serialized object in a database table?
As an example, I created the following table:
In the following code, a string array is serialized and stored in the objects table. Main.java:
To read it back in: Main.java:
outputs:
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|