serialize object in jython, read into python

py codecraig at gmail.com
Thu Dec 22 16:36:01 EST 2005


Noah wrote:
> You can give up on pickle, because pickle is only
> guaranteed to work with the exact same version of the Python
> interpreter.

:(


> How complex of a serialization do you need?

simple

I just wrote the info out to a file.  then i have a thread which reads
in the files and parses them and creates the necessary object.

thanks anyway




More information about the Python-list mailing list