I'd like to be able to store an [`Instant`](https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html). Good developers don't use `java.util.Date` anymore. There may be other types in the package which other people would find useful to serialise as well.
I'd like to be able to store an
Instant.Good developers don't use
java.util.Dateanymore.There may be other types in the package which other people would find useful to serialise as well.