ℹ️ Gson is currently in maintenance mode; existing bugs will be
fixed, but large new features will likely not be added. If you want
to add a new feature, please first search for existing GitHub
issues, or create a new one to discuss the feature and get feedback.
3条答案
按热度按时间2izufjch1#
GSON没有被弃用,并且似乎得到了很好的支持(commit history)。如果你正在寻找一个替代Jackson是一个受欢迎的。
kcrjzv8t2#
我认为原因是谷歌建议切换到Android Studio,如果你这样做,就不需要下载jar,你只需在依赖项中放置compile 'com.google.code.gson:gson:2.3.1'。
6ovsh4lw3#
来自Gson README.md
所以我会说它已经过时了
我同意另一个答案,Jackson是一个非常流行的。