This website requires JavaScript.
Explore
Help
Sign In
Johannes
/
gson-comments
Watch
1
Star
0
Fork
0
You've already forked gson-comments
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
769
Commits
1
Branch
0
Tags
8.1
MiB
Java
100%
ec42d600af
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Jesse Wilson
ec42d600af
Decode JSON literal types eagerly and with our own decoder. Previously we relied on Double.parseDouble() to decode tokens. Since that method is expensive, we deferred calling it unless absolutely necessary. Now we decode the literal type immediately. For efficiency we decode the token right out of the char buffer. This makes things more complicated but it saves many calls to charAt(). It also opens up the possibility to deferring string creation.
2011-11-27 16:50:45 +00:00
examples
/android-proguard-example
Made the proguard example work by using -keepattributes Signature (as advised in
https://sourceforge.net/tracker/?func=detail&aid=3375947&group_id=54750&atid=474704
)
2011-07-25 06:23:02 +00:00
extras
Update extras to build after today's Gson/MiniGson refactoring.
2011-11-21 05:09:14 +00:00
gson
Decode JSON literal types eagerly and with our own decoder. Previously we relied on Double.parseDouble() to decode tokens. Since that method is expensive, we deferred calling it unless absolutely necessary. Now we decode the literal type immediately. For efficiency we decode the token right out of the char buffer. This makes things more complicated but it saves many calls to charAt(). It also opens up the possibility to deferring string creation.
2011-11-27 16:50:45 +00:00
lib
moved lib at the top-level to share eclipse styles.
2008-09-01 03:27:34 +00:00
metrics
Updated the dependency to the current Gson trunk: 1.7.2-SNAPSHOT
2011-04-13 22:47:03 +00:00
proto
updated version of protobuf dependency
2011-04-22 18:29:36 +00:00