1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00
Files
postgres/src/interfaces/jdbc/org/postgresql
Kris Jurka d71188860e ConnectionPool and SimpleDataSource are marked Serializable, but their
superclass (which contains a number of state variables) is not.  To
correctly serialize these objects we need to manually implement
writeObject and readObject.

Per report from R. Lemos
2004-02-03 05:28:17 +00:00
..
>
2001-08-21 00:37:23 +00:00
2004-01-07 17:44:07 +00:00
2003-10-15 09:39:04 +00:00
2004-01-05 19:15:55 +00:00
2003-03-07 18:39:46 +00:00