libgoogle-gson-java 2.8.5-3~18.04 source package in Ubuntu

Changelog

libgoogle-gson-java (2.8.5-3~18.04) bionic; urgency=medium

  * Build for bionic. LP: #1816528.

 -- Matthias Klose <email address hidden>  Sun, 03 Feb 2019 13:57:47 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgoogle-gson-java_2.8.5.orig.tar.xz 308.5 KiB 26e5df7fd48d5918f6d6961b3b065c2908444dc865ad6de87ad0d1986fc464c8
libgoogle-gson-java_2.8.5-3~18.04.debian.tar.xz 4.5 KiB 858af9efaf19d821c08be78e42a8388cb8fe5dd572239781f5eec3737aad6a2a
libgoogle-gson-java_2.8.5-3~18.04.dsc 2.2 KiB 78035e10da26f9b95151c98b08888ffb03c4ddc8536c6f538e35329626e60c32

View changes file

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)