[ 原始碼: python-javaobj ]
套件:python3-javaobj(0.4.3-1)
python3-javaobj 的相關連結
Debian 的資源:
下載原始碼套件 python-javaobj:
- [python-javaobj_0.4.3-1.dsc]
- [python-javaobj_0.4.3.orig.tar.gz]
- [python-javaobj_0.4.3-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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)