3

I'm using Newtonsoft Json serialization (with Web API 2).

One of the public properties on my class is a String that holds JSON data. I'd like to serialize my class, and include this public property, but I don't want the serializer to process/modify the contents of this string.

Is there any way I can include this property, but not mess with its contents?

Sebastian Patten
  • 6,318
  • 4
  • 36
  • 45

0 Answers0