# 将其序列化from django.core import serializers customers = serializers.serialize("json", customers)
TypeError: Object of type 'type' is not JSON serializable解决方法
原文:https://www.cnblogs.com/zhaoxianxin/p/13489392.html