libgoogle-gson-java 2.8.6-1 source package in Ubuntu

Changelog

libgoogle-gson-java (2.8.6-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version updated to 4.5.0
  * Switch to debhelper level 12

 -- Emmanuel Bourg <email address hidden>  Sun, 31 May 2020 22:32:55 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgoogle-gson-java_2.8.6-1.dsc 2.1 KiB 8a2b04ccb96b8b005bd0c5ac170a7c29b386134f72a3b970dea23e88711d9fca
libgoogle-gson-java_2.8.6.orig.tar.xz 308.4 KiB be2a1b56d110ce617adfe3d70ea359f9631881a3bb744ebe2fbb13c927742c00
libgoogle-gson-java_2.8.6-1.debian.tar.xz 4.4 KiB 1f36a0a4913ad343662870210d2163d885c14850dc938efed343d7a1539ff958

Available diffs

No changes file available.

Binary packages built by this source

libgoogle-gson-java: 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)