Re: how to exclude specific things when pickling?

2008-09-16 Thread Aaron Castironpi Brady
On Sep 14, 9:53 am, inhahe [EMAIL PROTECTED] wrote: If I gather correctly pickling an object will pickle its entire hierarchy, but what if there are certain types of objects anywhere within the hierarchy that I don't want included in the serialization?  What do I do to exclude them?   Thanks.

Re: how to exclude specific things when pickling?

2008-09-14 Thread Michael Palmer
On Sep 14, 10:53 am, inhahe [EMAIL PROTECTED] wrote: If I gather correctly pickling an object will pickle its entire hierarchy, but what if there are certain types of objects anywhere within the hierarchy that I don't want included in the serialization? What do I do to exclude them? Thanks.