Fixed issue 63 where Gson could not operate in a thread-safe manner. Resolved the issue by recreating ObjectNavigatorFactory for each call instead of reusing the same object everywhere. This is needed since ObjectNavigatorFactory had MemoryRefStack that was incorrectly being shared across calls.
Read full article from r276 - google-gson - A Java library to convert JSON to Java objects and vice-versa - Google Project Hosting
No comments:
Post a Comment