You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This means we need to remove the JsonBuilder and XmlBuilder and make up our mind what to support from the legacy SerializerSettings classes. Too much for alpha1, will need to postpone.
ToXml(Base)
andToJson(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.The text was updated successfully, but these errors were encountered: