Proposal to remove Serialize from the JDBC driver - Mailing list pgsql-jdbc

From Dave Cramer
Subject Proposal to remove Serialize from the JDBC driver
Date
Msg-id 002701c15d63$467a4c10$8201a8c0@inspiron
Whole thread Raw
In response to Code Fixes  (Paul <pvickerm@highergroundsw.com>)
List pgsql-jdbc
Hi folks

I would like to propose removing the Serialize code from the driver.

My reasons for doing so include:

1) It adds unnecessary complexity to the driver
2) I don't think this is the correct place for this code
3) There are much better ways to achieve persistence available.
http://www.ambysoft.com/persistenceLayer.html

If anyone has any objections, or comments please let them be known

Dave


pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: Code Fixes
Next
From: "Dave Cramer"
Date:
Subject: Logging in the driver