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

Optimize Serdes #68

Open
tmackenzie opened this issue Oct 9, 2019 · 0 comments
Open

Optimize Serdes #68

tmackenzie opened this issue Oct 9, 2019 · 0 comments
Milestone

Comments

@tmackenzie
Copy link
Contributor

When a payload is converted to/from a jwt
Then a new ObjectMapper is constructed in Serdes

Reuse existing ObjectMappers so future calls will use one that was already constructed.
Consider using ObjectReader and ObjectWriter as well.

@tmackenzie tmackenzie added this to the 1.3.2 milestone Oct 9, 2019
@tmackenzie tmackenzie modified the milestones: 1.3.2, 1.3.3 Oct 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant