LocalDateLocalDate, LocalTimeLocalTime, InstantInstant, etc. from a date & time library. Every type can be serialized to a string (the corresponding ISO format) but it's unclear to me what the best strategy is via a data transformer?{ type: "LocalDate", value: "..." }{ type: "LocalDate", value: "..." }) so that it's trivial to deserialize? Seems kinda redundant since the typetype information is already at the type level. Without a custom shape it's unclear to me how I would be able to deserialize the object given that I don't know the destination type.Join the Discord to ask follow-up questions and connect with the community