序列化对象,即把自定义的对象转换为Python内置的对象(dict, str, list)。 通过schema的dump()方法,可以将一个object(对象)转换为一个dict(字典), ...
確定! 回上一頁