Saturday, May 14, 2011

Restful Service API and Element Order in XSD

.NET default RESTful implementation of object serialization is to order properties in data contract by alphabet if there is no explicit setting of order in your data-contract. This has profound impact when you deal with cross-platform web-messaging in XML.

No comments: