mirror of
https://github.com/google/nomulus
synced 2026-07-07 16:46:56 +00:00
cc1777af0c
* Add custom YAML serializer for Duration This addresses b/301119144. This changes the YAML representation of a TLD to show Duration fields as a String reperesntation using the Java Duration object's toString() format. This eliminates the previous ambiguity over the time unit that is being used for each duration. * change standardSeconds to standardMinutes in test * Add custom serializer to the entire mapper