libgoogle-gson-java 2.8.5-3+deb10u1build0.20.04.1 source package in Ubuntu

Changelog

libgoogle-gson-java (2.8.5-3+deb10u1build0.20.04.1) focal-security; urgency=medium

  * fake sync from Debian

 -- Amir Naseredini <email address hidden>  Wed, 06 Mar 2024 14:57:45 +0000

Upload details

Uploaded by:
Amir Naseredini
Uploaded to:
Focal
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Focal: [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+deb10u1build0.20.04.1.debian.tar.xz 6.1 KiB 0378c485bc83c139d3bab6d33aec5440c8b2dec5c88267bc5b7cf50a557973ac
libgoogle-gson-java_2.8.5-3+deb10u1build0.20.04.1.dsc 2.1 KiB 73ed6491c7500cec0e697e37389b34511588cc6716426bf6ade47d4a9e290159

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)