You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-gson
Hi.
I see a lot of contention in Gson.typeTokenCache, just because it has to be synchronized. Prevailing majority of calls to this cache are get() (adapter implementation will quickly saturate), so synchronized map may be an overkill.