Lines Matching refs:Java
3 …Java library that can be used to convert Java Objects into their JSON representation. It can also …
4 Gson can work with arbitrary Java objects including pre-existing objects that you do not have sourc…
6 …Java objects to JSON. However, most of them require that you place Java annotations in your classe…
11 …* Provide simple `toJson()` and `fromJson()` methods to convert Java objects to JSON and vice-versa
13 * Extensive support of Java Generics
40 #### Minimum Java version
41 - Gson 2.9.0 and newer: Java 7
42 - Gson 2.8.9 and older: Java 6
44 …pite supporting older Java versions, Gson also provides a JPMS module descriptor (module name `com…
46 #### JPMS dependencies (Java 9+)
47 These are the optional Java Platform Module System (JPMS) JDK modules which Gson depends on.
48 This only applies when running Java 9 or newer.
63 …ed while designing Gson. It also includes a comparison of Gson with other Java libraries that can …