If we have a specific object for `VectorClock` we can implement `.valueOf()` to allow `a < b` to work. We can also implement `.toJSON()` to return a compact format of the clock to send over the wire.
If we have a specific object for
VectorClockwe can implement.valueOf()to allowa < bto work.We can also implement
.toJSON()to return a compact format of the clock to send over the wire.