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

Changelog

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

  * Team upload.
  * New upstream version 2.10
  * Set Rules-Requires-Root: no in debian/control

 -- tony mancill <email address hidden>  Wed, 16 Nov 2022 20:28:04 -0800

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
Mantic release universe java
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgoogle-gson-java_2.10-1.dsc 2.1 KiB 39f772e6fa91dedffcc3fe5f730b4fb34bf4059bd6cca80bfb3b746d80658954
libgoogle-gson-java_2.10.orig.tar.xz 296.8 KiB f3f72f28f6ecef7b3a580755eac8a5441d304ff636e468fe8e42a7aab1aa2d34
libgoogle-gson-java_2.10-1.debian.tar.xz 4.7 KiB 0ae79ca92d393936f8f9cbd75be4b20c24983729776b2ca19f5f624a4990652b

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)