I need to serialize my python objects to XML. I tried to use Django one but it's only for QuerySet objects and not for any simple Python object.
Is there any package to do that?
I need to serialize my python objects to XML. I tried to use Django one but it's only for QuerySet objects and not for any simple Python object.
Is there any package to do that?