.gitignore
.readthedocs.yml
LICENSE
README.rst
pre-commit-config.sample.yaml
pyproject.toml
setup.cfg
tox.ini
.github/workflows/codeqa-test.yml
.github/workflows/publish.yml
docs/conf.py
docs/configuration.rst
docs/extending.rst
docs/index.rst
docs/requirements.txt
docs/usage.rst
docs/versionhistory.rst
docs/modules/api.rst
docs/modules/component.rst
docs/modules/marshalling.rst
docs/modules/object_codec.rst
docs/modules/serializers/cbor.rst
docs/modules/serializers/json.rst
docs/modules/serializers/msgpack.rst
docs/modules/serializers/pickle.rst
docs/modules/serializers/yaml.rst
examples/custom_types.py
examples/simple.py
src/asphalt/serialization/__init__.py
src/asphalt/serialization/api.py
src/asphalt/serialization/component.py
src/asphalt/serialization/marshalling.py
src/asphalt/serialization/object_codec.py
src/asphalt/serialization/py.typed
src/asphalt/serialization/serializers/__init__.py
src/asphalt/serialization/serializers/cbor.py
src/asphalt/serialization/serializers/json.py
src/asphalt/serialization/serializers/msgpack.py
src/asphalt/serialization/serializers/pickle.py
src/asphalt/serialization/serializers/yaml.py
src/asphalt_serialization.egg-info/PKG-INFO
src/asphalt_serialization.egg-info/SOURCES.txt
src/asphalt_serialization.egg-info/dependency_links.txt
src/asphalt_serialization.egg-info/entry_points.txt
src/asphalt_serialization.egg-info/requires.txt
src/asphalt_serialization.egg-info/top_level.txt
tests/test_component.py
tests/test_serializers.py