[ZODB-Dev] ZODB alternate serialization format patch

2009-01-15 Thread Shane Hathaway
Jim and ZODB Developers, I have just created a patch for ZODB that makes the object serialization format pluggable, meaning that it should now be possible to write Python code that causes ZODB to store in formats other than Python pickles. I have created two versions of the patch, one for ZODB

Re: [ZODB-Dev] ZODB alternate serialization format patch

2009-01-15 Thread Hanno Schlichting
Shane Hathaway wrote: > I have just created a patch for ZODB that makes the object serialization > format pluggable, meaning that it should now be possible to write Python > code that causes ZODB to store in formats other than Python pickles. Cool :) > In addition to making the data format plug

Re: [ZODB-Dev] ZODB alternate serialization format patch

2009-01-15 Thread Shane Hathaway
Hanno Schlichting wrote: > Shane Hathaway wrote: >> I have just created a patch for ZODB that makes the object serialization >> format pluggable, meaning that it should now be possible to write Python >> code that causes ZODB to store in formats other than Python pickles. > > Cool :) > >> In ad

Re: [ZODB-Dev] ZODB alternate serialization format patch

2009-01-15 Thread Jim Fulton
On Jan 15, 2009, at 3:21 AM, Shane Hathaway wrote: > Jim and ZODB Developers, > > I have just created a patch for ZODB that makes the object > serialization format pluggable, meaning that it should now be > possible to write Python code that causes ZODB to store in formats > other than Pyth