madpah / serializable

Pythonic library to aid with serialisation and deserialisation to/from JSON and XML.

Home Page:https://py-serializable.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: more control over normalization of xml atributes

jkowalleck opened this issue · comments

currently, xml attributes are not compltely controllable when serialized.
the view, context and other info are not accessible.

proposal.
use xml_normalize(), instead of xml_serialize()