套件: 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)