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 SerizalizatorDeserializator

  • from SerizalizatorDeserializator 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

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file SerizalizatorDeserializatorLib-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for SerizalizatorDeserializatorLib-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 cfdce4b795caa96a4394335cbc418971a054f2bba9e9c655935057814b10c7e7
MD5 e1fe1d0478116a97afc138329f05be89
BLAKE2b-256 b656524bbf34b49cc7d975d8f99b0bc65e32c63b651abd82a7a19b6b84676665

See more details on using hashes here.

Supported by

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