Closed GoogleCodeExporter closed 9 years ago
by the way, it took me two hours searching for a cause why the result is not
shown until I found that the reason was the transient modifier. So,is it a Java
problem or a bug in Gson?
Original comment by hussain.mutawa
on 24 Sep 2011 at 3:57
Transient has nothing to do with memory caching and everything to do with
serialization and binding.
You want 'volatile'.
Original comment by limpbizkit
on 16 Dec 2011 at 5:03
Original issue reported on code.google.com by
hussain.mutawa
on 24 Sep 2011 at 12:42