LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
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/plugins.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/__init__.py
tests/conftest.py
tests/entities.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_recursive_union.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
tests/utils.py
tests/test_codecs/__init__.py
tests/test_codecs/test_basic_codec.py
tests/test_codecs/test_json_codec.py
tests/test_codecs/test_msgpack_codec.py
tests/test_codecs/test_orjson_codec.py
tests/test_codecs/test_toml_codec.py
tests/test_codecs/test_yaml_codec.py
tests/test_discriminated_unions/__init__.py
tests/test_discriminated_unions/test_common.py
tests/test_discriminated_unions/test_dialects.py
tests/test_discriminated_unions/test_parent_by_field.py
tests/test_discriminated_unions/test_parent_via_config.py
tests/test_discriminated_unions/test_union_by_field.py
tests/test_forward_refs/__init__.py
tests/test_forward_refs/test_baz.py
tests/test_forward_refs/test_foobar.py
tests/test_forward_refs/test_generic_serializable_type.py
tests/test_forward_refs/test_generic_serialization_strategy.py
tests/test_forward_refs/test_linked_list.py
tests/test_forward_refs/test_self_referenced_generic.py
tests/test_forward_refs/test_typed_dict_as_forward_ref/__init__.py
tests/test_forward_refs/test_typed_dict_as_forward_ref/bar.py
tests/test_forward_refs/test_typed_dict_as_forward_ref/foo.py
tests/test_forward_refs/test_typed_dict_as_forward_ref/test_foobar_1.py
tests/test_forward_refs/test_typed_dict_as_forward_ref/test_foobar_2.py
tests/test_jsonschema/__init__.py
tests/test_jsonschema/test_json_schema_common.py
tests/test_jsonschema/test_jsonschema_builder.py
tests/test_jsonschema/test_jsonschema_generation.py
tests/test_jsonschema/test_jsonschema_generation_with_forward_refs.py
tests/test_jsonschema/test_jsonschema_plugins.py