[Tiny] Kotlin, Spring Boot, and the Journey of Duration Serialisation
When using Spring with Kotlin, there is one interesting thing with duration fields serialisation. For instance, when you write a REST endpoint to receive the following body:
⛶{
"name": "Jim",
"d...