Skip to main content

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


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

File hashes

Hashes for SerizalizatorDeserializator_IGI-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8f99b1728e214409e334de4c82e46a26315e1771564936c24ed36fd212234ffd
MD5 13bbff229d81f5dc5331d5b0f118d646
BLAKE2b-256 f5210bfb408bce387fb72d7ef60daf120363c98d77f74db03d3128cf4b2a9b82

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page