tefra / xsdata

Naive XML & JSON Bindings for python
https://xsdata.readthedocs.io
MIT License
310 stars 56 forks source link

Rewrite tree serializers to utilize the existing event writers #1028

Closed tefra closed 2 months ago

tefra commented 2 months ago

With the tree serializers I went from the using the context handlers for xml serializers to a tree builders, which is producing way to many bugs.

We have the event writers and the work well, we should use them again for tree builders as well