firely-net-sdk icon indicating copy to clipboard operation
firely-net-sdk copied to clipboard

Make ToXml and ToJson work via the pocos, not PocoElementNode

Open ewoutkramer opened this issue 4 months ago • 0 comments

ToXml(Base) and ToJson(Base) still work via PocoElementNode, but should work via the more native route. This is in principle independent of the new direct implementation of ITypedElement, but in line with making the new serializers work on IScopedNode. It also takes these two extension methods logicalky out of the domain of typedelement, and into the poco domain.

ewoutkramer avatar Oct 17 '24 05:10 ewoutkramer