(tl;dr : The bits, serializing to IDictionary<string, object> for RouteValueDictionary) We have several spots in our ASP.NET MVC 2 app that need to serialize an object into a RouteValueDictionary so that, in a subsequent request, it can be inflated, resurrected by the model binding infrastructure. We wrote extension method called ToHttpDictionary and we used it [...]