python-javaobj 0.4.4-1 source package in Ubuntu
Changelog
python-javaobj (0.4.4-1) unstable; urgency=medium * New upstream version 0.4.4 -- Hans-Christoph Steiner <email address hidden> Fri, 07 Mar 2025 09:08:01 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Stonking | release | universe | misc | |
| Resolute | release | universe | misc | |
| Questing | release | universe | misc | |
| Plucky | release | universe | misc |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-javaobj_0.4.4-1.dsc | 1.7 KiB | 28de475fa83ab9040f6c41b9688193626e86dfc7dc65c394030e8935fa5a32fd |
| python-javaobj_0.4.4.orig.tar.gz | 71.2 KiB | 6ee2d4310a9a6d82ef0acd221a75ab3d396fd2f726380c54f92bd8927fefda57 |
| python-javaobj_0.4.4-1.debian.tar.xz | 3.8 KiB | 59048c41de3635d694e75e71ae079b643f6122a32ffb82d338ab3b20b25bfcdf |
Available diffs
- diff from 0.4.3-1 to 0.4.4-1 (13.5 KiB)
No changes file available.
Binary packages built by this source
- python3-javaobj: read and write Java objects serialized by ObjectOutputStream
python-javaobj is a Python library that provides functions for
reading and writing (writing is WIP currently) Java objects
serialized or will be deserialized by ObjectOutputStream. This form
of object representation is a standard data interchange format in
Java world.
.
The javaobj module exposes an API familiar to users of the standard
library marshal, pickle and json modules.
.
* Java object instance un-marshalling
* Java classes un-marshalling
* Primitive values un-marshalling
* Automatic conversion of Java Collections to Python ones
(HashMap => dict, ArrayList => list, etc.)
* Basic marshalling of simple Java objects (v1 implementation only)
