文章列表
Gson Design Document
Inderjeet Singh, Joel LeitchThis document presents issues that we faced while designing Gson. It is meant for advanced users or developers working on Gson. If you are interested in learning how to use Gson, see its user guide.
Navigating the Json tree or the target Type Tree ...
Gson RoadMap
Planned Releases:
No plans as of now!Past Releases:
Version 1.4 BETA - Released Friday October 9, 2009
JsonStreamParser: A streaming parser API class to deserialize multiple JSON objects on a stream (such as a pipelined HTTP response)
Raised the deserialization ...
Gson User Guide
Contents
1 Authors: Inderjeet Singh, Joel Leitch
1.1 Overview
1.2 Goals for Gson
1.3 Gson Performance and Scalability
1.4 Gson Users
1.5 Using Gson
1.5.1 Primitives Examples
1.5.2 Object Examples
1.5.2.1 Finer Points with Objects
1.5.3 Nested Class ...