As the title says, I want to mark a property as non serializable by the JavascriptSerializer. How can achive that ? Thanks in advance.
If you are needing this for ASP.NET Core or even before that, you should be using:
ASP.NET Core
[JsonIgnore]
you'll need to reference:
using Newtonsoft.Json;