-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ExecutionContextSerializer implementation based on Gson #4151
Comments
For some types, a serialization round trip with
|
Hi. @fmbenhassine Could I handle this issue? If you are okay, I want to try to implement it. Do I have to make my branch from GH-4151 of your repository? |
@ssjf409 Sure! Thank you for your offer to help. You can start from the latest My attempt was almost done, except that I couldn't figure out how to make |
Thanks for your guide.👍 Actually. I didn't think about that you mentioned ( |
The goal of this issue is to add an implementation of
ExecutionContextSerializer
based on Google's Gson, to give our users the choice between at least two implementations (ie Jackson and Gson) out-of-the-box, as mentioned in #4140.The text was updated successfully, but these errors were encountered: