We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RenderJson
Instance of class Gson can be reused. This object is thread-safe.
Gson
So, instead of creating new Gson() every time, we can create it once and reuse.
new Gson()
The text was updated successfully, but these errors were encountered:
playframework#1058 Improve performance of RenderJson
03e9748
Instance of class Gson can be reused. This object is thread-safe. So, instead of creating new Gson() every time, we can create it once and reuse.
Merge pull request #1059 from codeborne/improve-render-json-performance
6e432b7
#1058 Improve performance of RenderJson
Issue was resolved by PR #1059
Sorry, something went wrong.
asolntsev
No branches or pull requests
Instance of class
Gson
can be reused. This object is thread-safe.So, instead of creating
new Gson()
every time, we can create it once and reuse.The text was updated successfully, but these errors were encountered: