eygraber
07/17/2026, 11:53 PMInstant, or do I have to annotate it with Contextual / Serializable(with) on every occurrence?ephemient
07/18/2026, 12:11 AMeygraber
07/18/2026, 12:13 AMeygraber
07/18/2026, 12:14 AMephemient
07/18/2026, 12:15 AM@file:UseSerializer(...) if the use sites weren't annotated, and it seems to work well enough for usephemient
07/18/2026, 12:15 AMCLOVIS
07/20/2026, 4:19 PMtypealias MyInstant = @Serializable(with = xxx) Instant
works, it doesn't need to be a full custom type