Skip to content
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 #4185

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fmbenhassine
Copy link
Contributor

This is a draft PR. Gson seems to deserialize custom types to Map instances instead of the original type (it looks like type information is not serialized).

TODO: Need to figure out if this should be done in the implementation of the serializer or as a configuration of the gson instance.

Issue #4151

This is work in progress. Gson seems to deserialize custom types
to Map instead of the original type (seems like type info is not
serialized).

TODO: Need to figure out if this should be done in the implementation
of the serializer or as a configuration of the gson instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant