tefra/xsdata

Rewrite tree serializers to utilize the existing event writers

tefra opened this issue · 0 comments

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