LICENSE
README.md
pyproject.toml
setup.py
mashumaro/__init__.py
mashumaro/config.py
mashumaro/dialect.py
mashumaro/exceptions.py
mashumaro/helper.py
mashumaro/py.typed
mashumaro/types.py
mashumaro.egg-info/PKG-INFO
mashumaro.egg-info/SOURCES.txt
mashumaro.egg-info/dependency_links.txt
mashumaro.egg-info/not-zip-safe
mashumaro.egg-info/requires.txt
mashumaro.egg-info/top_level.txt
mashumaro/codecs/__init__.py
mashumaro/codecs/_builder.py
mashumaro/codecs/basic.py
mashumaro/codecs/json.py
mashumaro/codecs/msgpack.py
mashumaro/codecs/orjson.py
mashumaro/codecs/toml.py
mashumaro/codecs/yaml.py
mashumaro/core/__init__.py
mashumaro/core/const.py
mashumaro/core/helpers.py
mashumaro/core/meta/__init__.py
mashumaro/core/meta/helpers.py
mashumaro/core/meta/mixin.py
mashumaro/core/meta/code/__init__.py
mashumaro/core/meta/code/builder.py
mashumaro/core/meta/code/lines.py
mashumaro/core/meta/types/__init__.py
mashumaro/core/meta/types/common.py
mashumaro/core/meta/types/pack.py
mashumaro/core/meta/types/unpack.py
mashumaro/jsonschema/__init__.py
mashumaro/jsonschema/annotations.py
mashumaro/jsonschema/builder.py
mashumaro/jsonschema/dialects.py
mashumaro/jsonschema/models.py
mashumaro/jsonschema/schema.py
mashumaro/mixins/__init__.py
mashumaro/mixins/dict.py
mashumaro/mixins/json.py
mashumaro/mixins/msgpack.py
mashumaro/mixins/orjson.py
mashumaro/mixins/orjson.pyi
mashumaro/mixins/toml.py
mashumaro/mixins/yaml.py
tests/test_aliases.py
tests/test_annotated.py
tests/test_code_generation_options.py
tests/test_common.py
tests/test_config.py
tests/test_data_types.py
tests/test_dialect.py
tests/test_exceptions.py
tests/test_generics.py
tests/test_generics_pep_695.py
tests/test_helper.py
tests/test_hooks.py
tests/test_json.py
tests/test_literal.py
tests/test_meta.py
tests/test_metadata_options.py
tests/test_msgpack.py
tests/test_orjson.py
tests/test_pep_563.py
tests/test_pep_646.py
tests/test_pep_655.py
tests/test_pep_695.py
tests/test_self.py
tests/test_serialization_strategy.py
tests/test_slots.py
tests/test_timezones.py
tests/test_toml.py
tests/test_types.py
tests/test_union.py
tests/test_yaml.py