Serialize a bean using jdbc

Posted by Enrico Giurin Tue, 10 Jan 2006 17:19:00 GMT

Sometimes, in my work as programmer, I need to serialize an object (bean) into a table, in a BLOB field, as well as retrieves bean from a ResultSet. I have realized a simple example that, using JDBC, allows to obtain this.

Read more...

Posted in  | Tags , ,  | 23 comments