I am using .NET Web API framework and want to ensure that all requests are serialized/deserialized as JSON, no matter the Content-Type header on the request.
This is