anirudhramanan/flatbuffers-android-demo

Reuse GSON

Closed this issue · 1 comments

You create a new instance of Gson on each button press. That's good for making Gson look worse but it does not reflect a real world scenario.

Reuse the Gson instance.

My bad. Fixed and committed