Skip to main content

Library for class and function serialization

Project description

SerializationOfClassesAndFuncs A library for that help you to serialize functions, classes, objects etc.

Installation pip install SerializationOfClassesAndFuncs Get started

from SerializationOfClassesAndFuncs import SerializersFactory from someclass import SomeClass

obj1 = SomeClass()

s = SerializersFactory.create_serializer("xml")

with open("data_file.xml", "w") as file: s.dump(obj, file)

with open("data_file.xml", "r") as file: obj2 = 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 Distribution

SerializationOfClassesAndFuncs-0.1.1.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

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

SerializationOfClassesAndFuncs-0.1.1-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file SerializationOfClassesAndFuncs-0.1.1.tar.gz.

File metadata

File hashes

Hashes for SerializationOfClassesAndFuncs-0.1.1.tar.gz
Algorithm Hash digest
SHA256 38978a688f867bb2e8d7f79ec25ee9251fe7f5587b396a5739207f0c83bd9df7
MD5 b932696c6f79cdce4afb55256e715d52
BLAKE2b-256 f480f6feb1f0229093de4b079ccde12ff5d6b0f4b2a24f282d66173e17c4cc04

See more details on using hashes here.

File details

Details for the file SerializationOfClassesAndFuncs-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for SerializationOfClassesAndFuncs-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cb07d986589ddebd3e640ca528cbe63b6b0dc2488ba08fb01b65e7af5a18f92b
MD5 bb6015baca4a35ff763a01c77cb3dc2c
BLAKE2b-256 f66ad9f354da321a64d0e067c24ca1e06727f700d88c840ef51b3c428939c169

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