Skip to main content

Base class with serialization helpers for user-defined Python objects

Project description

Build Status

serializable

Base class with serialization methods for user-defined Python objects

Usage

Classes which inherit from Serializable are given default implementations of to_json, from_json, __reduce__ (for pickling), and other serialization helpers.

Your derived class must:

  • provide a user-defined to_dict() method which returns a dictionary.

  • The keys of the dictionary returned by to_dict() must match the arguments to the __init__ of your class.

Limitations

  • Serializable objects must inherit from Serializable, be tuples or namedtuples, be serializble primitive types such as dict, list, int, float, or str.

  • The serialized representation of objects relies on reserved keywords (such as "__name__", and "__class__"), so dictionaries are expect to not contain any keys which begin with two underscores.

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

serializable-0.0.5.tar.gz (6.8 kB view details)

Uploaded Source

File details

Details for the file serializable-0.0.5.tar.gz.

File metadata

File hashes

Hashes for serializable-0.0.5.tar.gz
Algorithm Hash digest
SHA256 d0cf7bd964da19eb1a182d0394016a1a0c7ef004b6b5a1059d86811f4959a273
MD5 4556c9b06a5df4d2c3dd2ef72f2f357a
BLAKE2b-256 3a6adab5b52afaa7db9459684df4ec70e2cc437f0f8d383e71e97ed9ab1e5be6

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