I have bunch of TimeSpan properties in response from Web API. By default JSON serializer includes decimal values of seconds as well in response. E.G. 08:30:00.000909 These micro-seconds values are not needed in response.
Is it possible to override JSON serializer so that it could skip out milli/micro-second components in the serialized JSON response?