error-stack: Why does Report
implement Serialize
but not Deserialize
?
#2712
Answered
by
TimDiekmann
khassar00
asked this question in
Help (Libraries)
-
The following text is generated by automatic translation : |
Beta Was this translation helpful? Give feedback.
Answered by
TimDiekmann
Jul 4, 2023
Replies: 1 comment 1 reply
-
Hi @khassar00 and thanks for asking. Please share your thoughts if you know how this could be solved 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TimDiekmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @khassar00 and thanks for asking.
How would
Deserialize
be implemented? How you would get the type information? Even if you would pass a single type for the current context you would lose all other type information which are stored in the error stack.Please share your thoughts if you know how this could be solved 🙂