Conversation
baywet
left a comment
There was a problem hiding this comment.
While this is a first step, I don't think it addresses the core concern: serialization uses the order provided by the document when deserialized. But the consumer want's to control the serialization order.
How do you expect consumers to use this?
|
From the clarification from @darrelmiller we are to provide a Sort() method to reorder all dictionary-based collections. By default we maintain the order provided by the user but in the case there's need to reorder the can use the sort() method on the dictionary |
|
|
I did say that, and I do think the Sort method is useful. However, ASPNET have asked for this to be supported in the WriterSettings so they do not have to go around and sort all the collections. |
|
Closing as superseded by #2363 |



fixes #1314