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

Changelog

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

  * New upstream release
  * Fixed the build failure with Java 21 (Closes: #1052473)
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Fri, 29 Sep 2023 13:37:22 +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
Noble release universe java

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgoogle-gson-java_2.10.1-1.dsc 2.2 KiB 93496ee05669849ac186cb6a97acb015c9969d13f859056d915ddf6f637daedf
libgoogle-gson-java_2.10.1.orig.tar.xz 301.4 KiB ee8d226848374c5cd0b3a0af7915eb96d5c977fdc84d34db1cfd7c8a5b66a345
libgoogle-gson-java_2.10.1-1.debian.tar.xz 5.0 KiB 5bcb8ed41d6235438361cb10602175d0757f52a8bf900b5bfb34a298e17d27f8

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)