I need to serialize an object which has a TimeSpan property, and I need that property to be serialized as "HH:mm:ss". Instead, I get the following:
{"Ticks":561342005619,"Days":0,"Hours":15,"Milliseconds":200,"Minutes":35,"Seconds":34,"TotalDays":0.6497013953923612,"TotalHours":15.592833489416666,"TotalMilliseconds":56134200.5619,"TotalMinutes":935.570009365,"TotalSeconds":56134.2005619}
Is there a way to achieve that?