Web API converted to Azure Mobile Service not serializing all properties
问题 I have a working Web API that i am converting to a .Net Azure Mobile Service. The API returns a complex model - objects with properties - some of which are collections of other objects. This works as expected with plain Web API but with Azure Mobile Services I have an issue where one of my models does not have all it's properties serialized. When i set a break point on the return statement in the controller, I see that all the properties and their values are present. This leads me to believe