API Reference for Enthought Tool Suite 3.2.0

Mix-in class to help serialization. Serializes just the attributes in _pickles.

This mix-in works best when all the classes in a hierarchy subclass from it. It solves the problem of allowing each class to specify its own set of attributes to pickle and attributes to ignore, without having to also implement __getstate__ and __setstate__.

© Copyright 2002-2009 Enthought, Inc.