Posts by Lucas Santos • 37 points
2 posts
-
-1
votes2
answers981
viewsA: Serialization of a large list in JSON.Net
People I was able to find out was due to the size of the POST that was being made, I configured the web.config according to the Microsoft documentation: put the following additional items on the…
-
3
votes2
answers981
viewsQ: Serialization of a large list in JSON.Net
I’m having a problem to be able to serialize an object (a list of a class with approximately 5000 items). I am using JSON.NET to generate the Json string but it is getting the following problem, in…