python中对对象dump报错:
Object of type COUPON_CATE_V2 is not JSON serializable
使用
classObj.__dict__
如打印对象:
print(str(coupon_cate_v2.__dict__))
python中对对象dump报错:
Object of type COUPON_CATE_V2 is not JSON serializable
使用
classObj.__dict__
如打印对象:
print(str(coupon_cate_v2.__dict__))