Version tolerant XML Serialization
One of the beauties of xml, is that it can be extended without breaking applications. You can add element to the xml document tree and the application should not crash or fail while consuming this xml. This is what we can read on the w3schools.com xml tutorial. But how is this with serialization of the xml?
By Mirek on (tags: Version Tolerant Serialization, XML, categories: architecture, code)