Home > SerializingObjectsToDatabase

SerializingObjectsToDatabase

SerializingObjectsToDatabase is a project mainly written in Java, it's free.

Testing out how to serialize objects to and from a database

Simple app showing how to create a bunch of objects, serialize them and stick them in a database, and later retrieve one and make sure we can read the data back out again.