reactormonk
05/22/2024, 1:01 PMAny
that's trying to get serialized, and I only realize that once I run the code.ephemient
05/22/2024, 5:24 PMAny.serializer()
so normally it's quite difficult to get Any
into a @Serializable
structure, failing at compile time…ursus
05/23/2024, 11:29 PMjson.encodeToString(Child(..))
like more than twicereactormonk
05/24/2024, 10:02 AMserialize(if (X) { Y } else { Z }
if Y)
and Z
disagree on type, it's reasonably easy to get thereephemient
05/24/2024, 3:46 PMreactormonk
05/24/2024, 3:46 PMursus
05/24/2024, 3:47 PM