I have an Action function inside of a Controller, which is being called with AJAX. That Action is taking in 1 parameter. Client side, I construct a JSON object which shoul
Nope - it makes no sense to have attempt to deserialize JSON to an object of an abstract class. Can't you make it a proper class?