.appveyor.yml
.bumpversion.cfg
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/requirements.txt
ci/templates/.appveyor.yml
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/reference/pyjackson.rst
docs/usage/custom_serialization.rst
docs/usage/index.rst
docs/usage/quickstart.rst
docs/usage/type_hierarchy.rst
examples/custom_serialization.py
examples/quickstart.py
examples/type_hierarchy.py
src/pyjackson/__init__.py
src/pyjackson/_typing_utils.py
src/pyjackson/_typing_utils35.py
src/pyjackson/_typing_utils36.py
src/pyjackson/_typing_utils37.py
src/pyjackson/builtin_types.py
src/pyjackson/core.py
src/pyjackson/decorators.py
src/pyjackson/deserialization.py
src/pyjackson/errors.py
src/pyjackson/generics.py
src/pyjackson/helpers.py
src/pyjackson/pydantic_ext.py
src/pyjackson/serialization.py
src/pyjackson/utils.py
src/pyjackson.egg-info/PKG-INFO
src/pyjackson.egg-info/SOURCES.txt
src/pyjackson.egg-info/dependency_links.txt
src/pyjackson.egg-info/not-zip-safe
src/pyjackson.egg-info/requires.txt
src/pyjackson.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/not_imported_directly.py
tests/test_aslist.py
tests/test_aslist_custom.py
tests/test_builtin_types.py
tests/test_comparable_types.py
tests/test_decorators.py
tests/test_field_rename.py
tests/test_helpers.py
tests/test_pydantic_ext.py
tests/test_pyjackson.py
tests/test_serializer.py
tests/test_serializer_serialization.py
tests/test_serialzier_declaration.py
tests/test_set.py
tests/test_tuple.py
tests/test_typing_utils.py
tests/test_utils.py