I am serializing a complex object with lot of properties of other Types and Lists to JSON form but the issue is with DateTime properties. I get the epoch time with Javascrip
This cannot be achieved using JavaScriptSerializer and without modifying the underlying class. This could be achieved with Json.Net.
JavaScriptSerializer