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, 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 Distribution

SerializationOfClassesAndFuncs-0.1.0.tar.gz (7.0 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.0-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for SerializationOfClassesAndFuncs-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f4d67c1cae4397860b5b438efd52c8609ab0feac37a2e82386fdc9c9b651ab31
MD5 7075d17e64c5357de4011f13a81da009
BLAKE2b-256 d93cdb45fb1f3add441c0063e4a9cc49c30cf776b101acaf2e69affe8f2fb7d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for SerializationOfClassesAndFuncs-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 be5b47edc034aa46a50d09ee8f679d9c62be9de331e1113f9394168a7da6dc68
MD5 81555a64281227ebbc236782cf49b818
BLAKE2b-256 3814cc123950de117651e2863804e00f1c63d1bc260dd954d8fe9038051dbe92

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