def default(self, obj): if isinstance(obj, Item): return dict(obj) # Let the base class default method raise the TypeError return json.JSONEncoder.default(self, obj)