.readthedocs.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/Makefile
docs/make.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/introduction.rst
docs/source/quickstart.rst
docs/source/api_reference/index.rst
docs/source/api_reference/serializable.rst
docs/source/examples/advanced_usage.rst
docs/source/examples/basic_usage.rst
docs/source/examples/callable_serialization.rst
docs/source/examples/index.rst
docs/source/user_guide/advanced_usage.rst
docs/source/user_guide/basic_usage.rst
docs/source/user_guide/callable_serialization.rst
docs/source/user_guide/index.rst
docs/source/user_guide/object_registry.rst
docs/source/user_guide/validation.rst
examples/README.md
examples/__init__.py
examples/advanced_usage.py
examples/basic_usage.py
examples/callable_serialization.py
scripts/generate_release_notes.py
serilux/__init__.py
serilux/py.typed
serilux/serializable.py
serilux.egg-info/PKG-INFO
serilux.egg-info/SOURCES.txt
serilux.egg-info/dependency_links.txt
serilux.egg-info/requires.txt
serilux.egg-info/top_level.txt
tests/test_auto_registration_fix.py
tests/test_deeply_nested_containers.py
tests/test_object_registry_nested.py
tests/test_registry.py
tests/test_registry_conflict.py
tests/test_serializable.py
tests/test_serialization_utils.py
tests/test_validation.py