how to exclude specific things when pickling?

Aaron "Castironpi" Brady castironpi at gmail.com
Tue Sep 16 13:43:04 EDT 2008


On Sep 14, 9:53 am, "inhahe" <inh... at gmail.com> 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.

Are you picturing a custom pickler object?



More information about the Python-list mailing list