I\'m using JavaScriptSerializer to serialize some entity objects.
The problem is, many of the public properties contain null or default values. Is there any way to m
You can implement a JavaScriptConverter and register it using the RegisterConverters method of JavaScriptSerializer.
JavaScriptSerializer