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