I would like to serialize a CT_Tbl object using pickle in python. But I got: == code == import pickle pickle.dumps(tbl) => TypeError: cannot pickle 'CT_Tbl' object ==== Any suggestion will be appreciated. Thanks!