I\'m writing a Pylons app, and am trying to create a simple backup system where every table is serialized and tarred up into a single file for an administrator to download, and
You have to use Session.merge() method instead of Session.add() to put deserialized object back into the session.
Session.add()