I have an object which I would like to make changes to before exporting. Is this somehow possible? I notice both __setstate__ and manage_afterAdd are called duing import, but I can't find anything during *export*... The reason for this is simply that I want to include some data stored separately on export. Any ideas on how to do this?