
March 31, 2004
4:42 p.m.
On Wed, 2004-03-31 at 16:08, Zach Thompson wrote:
I can understand that xmlrpc needs to serialize the Deferred object to send it through http.
Actually, Deferreds are handled transparently. The issue is probably that your database adapter returns objects xmlrpc can't handle (e.g. things that look like lists but aren't, etc..) So you want to addCallback something that converts the objects. -- Itamar Shtull-Trauring http://itamarst.org