1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: libgoogle-gson-java
Priority: optional
Section: java
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Jakub Adam <jakub.adam@ktknet.cz>, Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9),
cdbs,
default-jdk,
libmaven-javadoc-plugin-java,
maven-debian-helper
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/libgoogle-gson-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libgoogle-gson-java.git
Homepage: https://github.com/google/gson
Package: libgoogle-gson-java
Architecture: all
Depends: ${maven:Depends},
${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: libgoogle-gson-java-doc
Description: Converts Java objects into their JSON representation
Gson is a Java library that can be used to convert Java Objects into their JSON
representation. It can also be used to convert a JSON string to an equivalent
Java object. Gson can work with arbitrary Java objects including pre-existing
objects that you do not have source-code of.
.
Gson Goals
.
* Provide simple toJson() and fromJson() methods to convert Java objects to
JSON and vice-versa
* Allow pre-existing unmodifiable objects to be converted to and from JSON
* Extensive support of Java Generics
* Allow custom representations for objects
* Support arbitrarily complex objects (with deep inheritance hierarchies and
extensive use of generic types)
Package: libgoogle-gson-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libgoogle-gson-java
Description: Documentation for libgoogle-gson-java
Gson is a Java library that can be used to convert Java Objects into their JSON
representation. It can also be used to convert a JSON string to an equivalent
Java object. Gson can work with arbitrary Java objects including pre-existing
objects that you do not have source-code of.
.
Gson Goals
.
* Provide simple toJson() and fromJson() methods to convert Java objects to
JSON and vice-versa
* Allow pre-existing unmodifiable objects to be converted to and from JSON
* Extensive support of Java Generics
* Allow custom representations for objects
* Support arbitrarily complex objects (with deep inheritance hierarchies and
extensive use of generic types)
.
This package contains the Javadoc API documentation.
|