Daniel is a Web Developer, System Programmer, and Passionate for his work...
web developer & system programmer
coder . cl
ramblings on software development...
pyxser 1.2 release
by Daniel Molina Wegener on 23-08-2009
Today I’ve released pyxser-1.2r my Python Object to XML serializer/deserializer. To get more information about this project, visit the pyxser web page. This release has with byte string encoding for Unicode strings. This means that all Unicode strings are serialized in a human readable form, and also a better form to use pyxser with other platforms, since the encoding regards a better interoperability with byte encoded string handlers.
Another interesting issue, is the fact that the source code is more ordered and it was refactored to get better reading on it. The disadvantage is that pyxser still is using the indirect recursion to serialize certain objects. I hope that it will change in a near future, but it do not harm the stack, because it is using pointer as parameters and not enough bytes to cause a stack overflow.
useful links for pyxser:
I you want to participate, just mail me

