public static void marshal(JsonGenerator generator, TimeMeasure value) throws IOException {
   generator.writeString(value.toString());
 }