[ 源代码: python-serializable ]
软件包:python3-serializable(0.4.1+ds-1)
python3-serializable 的相关链接
Debian 的资源:
下载源码包 python-serializable:
- [python-serializable_0.4.1+ds-1.dsc]
- [python-serializable_0.4.1+ds.orig.tar.xz]
- [python-serializable_0.4.1+ds-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
base class with serialization methods
"Serialisation" refers to the transformation of objects into a bitstream and back into the original structure. The idea expressed by this class has a direct analogy to Java: A method is declared thattransform the object into, e.g., a JSON formatted file. Another method knows how to reinstantiate the object from that output.
其他与 python3-serializable 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-simplejson
- simple, fast, extensible JSON encoder/decoder for Python 3.x
-
- dep: python3-typechecks
- express constraints on types