From: Adrian S. J. <as...@pa...> - 2001-08-06 14:29:43
|
Hi, Is there any simple way of saving the complete state of a Jython interpreter to a stream? I understand that Pickles don't save the implementation, just the data. To complicate things further, I have several interpreters running in the same process and they share objects and classes between them. My first attempt has been to Serialize the dictionaries, but it breaks with a NotSerializableException because the PythonInterpreter isn't serializeable. Is it likely to break anything if I just make it serializeable? Thanks, Adrian. -- Adrian St. John - as...@pa... Pan Security International |