标签: python serialization marshmallow
有没有一种方法可以限制调用schema.dump()时棉花糖序列化的深度?
schema.dump()
例如,考虑我有嵌套在4层深的类,但是我只希望序列化下降到3层?