Advancing Request.InputStream before reaching ModelBinder

In our MVC 2 app we have a JSON model binder implemented like so: public virtual object BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext) { string ...