In document:
http://developer.android.com/guide/practices/design/performance.html
in section:
Performance Myths
You can find that final fields, and classes do not increase performance.
You should try increase performance in other ways (e.g. by modifying algorithm)
Because GsonBuilder and Gson are final, currently I cannot registerTypeAdapter
for tree type (I saw that this will be possible in next version). So currently
I cannot use this project, because of this simple reason. Removing final
keyword would help to use this project in non-standard cases.
You can find more:
http://www.ibm.com/developerworks/java/library/j-jtp1029.html
http://www.ibm.com/developerworks/java/library/j-jtp04223.html#N100A7
Original issue reported on code.google.com by piotr.au...@gmail.com on 11 Feb 2011 at 1:29
Original issue reported on code.google.com by
piotr.au...@gmail.com
on 11 Feb 2011 at 1:29