It seems like there's no serializer for `Throwable...
# serialization
d
It seems like there's no serializer for
Throwable
...
p
You can create a custom serializer and use the
@file:UseSerializers
annotation to bring it into usage on your data class (or annotate the property)
d
Yeah, that's what I was looking for, thanks!