Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    Worked perfect and simple. Thank you. Commented Dec 13, 2013 at 17:28
  • 1
    For Windows Phone 8 I used the Newtonsoft JSON serializer Nuget package. james.newtonking.com/json Commented Aug 29, 2014 at 12:40
  • 1
    I dont have DataContractJsonSerializerSettings at all (running .NET 4.5), it just doest exist. Commented Mar 15, 2017 at 8:42
  • 3
    Hi, where can I replace the "normal" serializer with this serializier when I am create the service host in code? Commented Sep 6, 2017 at 6:38
  • 1
    DataContractJsonSerializerSettings is not available in .NET 4.0 Commented Apr 9, 2019 at 17:46