软件包: python3-javaobj (0.4.1-2)
python3-javaobj 的相关链接
Trisquel 的资源:
下载源码包 python-javaobj:
- [python-javaobj_0.4.1-2.dsc]
- [python-javaobj_0.4.1.orig.tar.gz]
- [python-javaobj_0.4.1-2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Team
- Hans-Christoph Steiner
外部的资源:
- 主页 [github.com]
相似软件包:
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)
其他与 python3-javaobj 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)