transparentmeta.serialization package
Submodules
transparentmeta.serialization.metadata_serializer module
Provides the MetadataSerializer class for converting Metadata objects to and from JSON strings.
- class transparentmeta.serialization.metadata_serializer.MetadataSerializer(indent=None)[source]
Bases:
objectHandles serialization and deserialization of Metadata objects to and from JSON strings.
- Parameters:
indent (Optional[int]) – Number of spaces to use for indentation in the JSON output. If None, the JSON will be compact (no pretty-printing).