fred
03/01/2023, 9:41 AMSerialization failure (kotlinx.serialization.SerializationException: Serializer for class 'Any' is not found.the try catch was making a difference for us and now that it's gone we're getting this error, even though everything was working fine before — any chance there might be something missing there? I'm a bit confused because before
result
was clearly nullable (because of the catch clause) and the rest of the logic made sense, but serializerFromTypeInfo
doesn't return nullable (only maybe KSerializer<T?>
), so it looks a bit off nowAny
in a couple of placesdelblanco
03/13/2023, 8:00 AMAleksei Tirman [JB]
03/13/2023, 11:40 AM