def serialize(self, obj): b = broker.StorageBroker(None) b.setTub(self) d = storage.serialize(obj, banana=b) return d