Colton Idle
09/30/2023, 9:26 PM@Serializable
typealias BOOP = StringColton Idle
09/30/2023, 9:49 PMephemient
09/30/2023, 11:20 PMtypealias BOOP = @Serializable StringColton Idle
09/30/2023, 11:38 PM@Serializable
data class Thing(val boop: BOOP)
typealias BOOP = Stringephemient
10/01/2023, 12:17 AMStringephemient
10/01/2023, 12:17 AMtypealias SerializableFoo = @Serializable(with = ExternalFooSerializer::class) FooBen Woodworth
10/01/2023, 3:01 AM