[Twisted-Python] Another silly XML-RPC question

Steve Freitas sflist at ihonk.com
Tue Aug 26 16:52:00 EDT 2003


Hi Steve,

> Or you can use objects instead of structs, jelly them,
> and send the jellied objects over xmlrpc -- xmlrpc has
> no problem with nested lists, which is what jelly
> produces.  Good ol' jelly!  Caveat:  the objects'
> attributes have to be jellyable (some types aren't).
> This is analogous to the PB "copyable" paradigm.

As I noted in my other reply, I'm unfortunately using C++ on the client side. 
Any other ideas on how I get Twisted to turn my struct into a dictionary?

Steve




More information about the Twisted-Python mailing list