isthar wrote:
> Ok. but how I suppose to use them. I am currently using marshaller
> indirectly via wddx.dump().
Do UWDDXMarshaller().dump()
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
Ok. but how I suppose to use them. I am currently using marshaller
indirectly via wddx.dump().
Anyway, thanks :)
--
http://mail.python.org/mailman/listinfo/python-list
isthar wrote:
> WDDX is perfect for me for exchange between python and php application.
> but maybe there is a better way to do it.
It appears that Unicode objects where forgotten in the WDDX
implementation. I suggest to define the following classes:
class UWDDXMarshaller(xml.marshal.wddx.WDDXMar
"isthar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi !
> i am trying to serialise object which contains some unicode objects
> but looks like there is no way to do it.
>
hi, I'm sure you'll get better answers for the unicode part of your problem
(I'd start with a look at th