
ASCII Pickle Example
Thanks to Marcin Andrzejewski for putting this one together!
Pickle on level 0 isn't working, but levels 1 and 2 do work, and are even faster.
These are designed to work both from PC to iSeries and from iSeries to iSeries.
(And it even works with Pyro!)
There are three modules for download:
| pickle_ascii.py | The ASCII pickle module itself. You'll want to put this in your Python path somewhere, probably in the LIBS folder or the same folder as your other Python application. | |
| test_read.py | A test module for reading pickle objects. | |
| test_write.py | A test module for writing pickle objects. | |