CLOVIS
10/30/2025, 8:06 PMinterface Foo
@Serializable
data object Bar : Foo
// Impossible to make this class serializable because its parent is not serializable and does not have exactly one constructor without parameters
I'm surprised this is forbidden. I would have expected it to serialize correctly as an empty JSON object.ephemient
10/30/2025, 9:38 PMCLOVIS
10/31/2025, 8:04 AM