I am using Entity Framework to generate my models. I want to communicate some of these models via JSON. The problem is that I do not want the stuff that EF tacks onto the model to be serialized (EntityKey, EntityState, and all the EntityCollection<> properties)I am using Entity Framework to generate my mode