web developer & system programmer

coder . cl

ramblings and thoughts on programming...


incomming changes for pyxser-1.4

published: 22-12-2009 / updated: 22-12-2009
posted in: programming, projects, python, pyxser
by Daniel Molina Wegener

pyxser, my Python-Object to XML serializer is suffering few changes, but important ones. The main change is the fact that I will add a type map optional parameter for deserialization functions. How should it work?

[ann] pyxser-1.3r-p1 [updated]

published: 01-12-2009 / updated: 01-12-2009
posted in: c, programming, projects, python, pyxser
by Daniel Molina Wegener

Dear pyxser users, I’m pleased to announce that I’ve released pyxser-1.3r. The current ChangeLog for this release is as follows (Update: There was bug in the pyxser-1.3r release, it is patched and working in pyxser-1.3r-p1):

pyxser and zsi webservices

published: 18-10-2009 / updated: 18-10-2009
posted in: programming, projects, python, pyxser, tips
by Daniel Molina Wegener

pyxser, my Python-Object to XML serialization/deserialization extension — completely written in C — that can be used at least in a lot of kinds of object communications and object storage tasks. Since it is not a binary serializer, you can handle the serialized objects with a lot of available APIs. In this post I will explain how to work with pyxser and the ZSI Python framework to work with WebServices.

pyxser presentation at JRSL’09

published: 16-10-2009 / updated: 16-10-2009
posted in: projects, python, pyxser
by Daniel Molina Wegener

The past October 9, I’ve presented pyxser at the JRSL’09 — Jornadas Regionales de Software Libre — event. The assistance to the event was relatively poor in quantity, but strong in quality. The presentation itself was a conversation and interactive presentation for a small group, with continuous questions and explanations on how to work with pyxser, and how pyxser works. I’ve decided to publish the pyxser paper, presentation and demos, plus an explanation on this article about the presentation.

pyxser 1.2 release

published: 23-08-2009 / updated: 23-08-2009
posted in: c, programming, projects, python, pyxser
by Daniel Molina Wegener

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.

pyxser serialization model

published: 06-08-2009 / updated: 06-08-2009
posted in: programming, projects, python, pyxser
by Daniel Molina Wegener

pyxser is a Python-Object to XML serializer and deserializer. The common serialization model that follows most object-to-xml serialization implementations, are doing it in the same way. Most of them — possibly all of them — are doing the same task: they create a custom XML element (a custom tag) for every object. By custom XML element, I understand an element named MyObject for every object (class instance) of the type MyObject, without considering its namespace and other proper attributes that a well structured serialization needs.

pyxser-1.1r, bug fixes and feedback request

published: 27-07-2009 / updated: 27-07-2009
posted in: c, programming, projects, python, pyxser
by Daniel Molina Wegener

Today I’ve released pyxser-1.1r my Python Object to XML serializer. To get more information about this project, visit the pyxser web page. On this release I need a little bit of feedback from users. The message sent to the Python Mailing Lists is as follows: