[ 原始碼: 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