kafka-kotlin-native icon indicating copy to clipboard operation
kafka-kotlin-native copied to clipboard

deserialization error handling: can't serialize Throwable

Open icemachined opened this issue 2 years ago • 0 comments

kotlin native requires @Serializable for all fields and throw exception as far as DeserializationExceptionData.cause is of type Throwable.

icemachined avatar Nov 15 '22 09:11 icemachined