Click here to Skip to main content
15,896,369 members

Comments by Mark-Harrington (Top 2 by date)

Mark-Harrington 31-May-14 9:38am View    
That's what I was afraid of. I have about 16 classes that are rather large that need to be serialized. Doing that by hand would be reinventing the wheel. Is there any way to short-circuit the newtonsoft json serializer for that one class or would a find and replace string be a better option?
Mark-Harrington 31-May-14 9:22am View    
You'd think that's what I wanted because that's what makes sense. :) But, that's not what this 2nd party service is expectin, unfortunately. Would it be fair to say that what I'm expecting is incorrectly formatted?