is there a safe marshaler?

Fredrik Lundh fredrik at pythonware.com
Fri Feb 11 13:25:14 EST 2005


Irmen de Jong wrote:

>> but can't effbot's fast cElementree be used for PYROs XML_PICKLE and would it be safe and fast 
>> enough?
>
> ElementTree's not a marshaler.
> Or has it object (de)serialization included?

nope.  building a serialization layer on top of it is pretty trivial, and the result
is pretty fast, but nowhere close to C speed.

</F> 






More information about the Python-list mailing list