def decode(self, data): try: return cPickle.loads(data) except cPickle.UnpicklingError: raise CodingError()