Library for class and function serialization and deserialization
Project description
SerizalizatorDeserializatorLib
- It is a library that help you to serialize functions, classes, objects etc.
Installation requirements:
-
Get started: pip install SerizalizatorDeserializatorLib
-
from SerizalizatorDeserializatorLib import SerializersFactory, SerializerType
-
s = SerializersFactory.create_serializer(SerializerType.XML)
-
with open("data_file.xml", "w") as file: s.dump(T.tst4, file)
-
with open("data_file.xml", "r") as file: a = s.load(file)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file SerizalizatorDeserializator_IGI-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: SerizalizatorDeserializator_IGI-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f99b1728e214409e334de4c82e46a26315e1771564936c24ed36fd212234ffd |
|
MD5 | 13bbff229d81f5dc5331d5b0f118d646 |
|
BLAKE2b-256 | f5210bfb408bce387fb72d7ef60daf120363c98d77f74db03d3128cf4b2a9b82 |