-
Hi, I would like to serialize an object that contains a field of type Throwable.
The code above produces:
If you can please point me to documentation or an example explaining how to do this. |
Beta Was this translation helpful? Give feedback.
Answered by
hg-ms
Jul 18, 2023
Replies: 1 comment 2 replies
-
Serializing |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Adorjann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Serializing
Throwable
and derived types is currently not supported. Instead of using that type you may use the stack trace and message for serialization.