Pickling classes

saad mufti (mufti@cis.ohio-state.edu)
20 Apr 1995 13:41:05 -0400

Hi,

I need to pickle a class instance object that contains a reference to
another class instance object of a different class imported from a
different module.

Is this possible using the pickle module? I wasn't sure after reading
the documentation for the pickle module. It talks about the class
needing to be defined at the top-level in a module. What exactly does
this mean?

Any help would be highly appreciated.

----
Saad