How can I force DataContractJsonSerializer to accept System.Json DateTime serialization format (ISO 8601) ?
The problem is that System.Json output "2012-03-01T16:24:55.000" format but DataContractJsonSerializer need "/Date(1329161615596+0200)/" format.
I have this error : There was an error deserializing the object of type xyz. DateTime content '2012-03-01T16:24:55.000' does not start with '/Date(' and end with ')/' as required for JSON.