LICENSE
README.md
setup.py
marshy/__init__.py
marshy/__version__.py
marshy/default_context.py
marshy/errors.py
marshy/marshaller_context.py
marshy/types.py
marshy/utils.py
marshy.egg-info/PKG-INFO
marshy.egg-info/SOURCES.txt
marshy.egg-info/dependency_links.txt
marshy.egg-info/requires.txt
marshy.egg-info/top_level.txt
marshy/factory/__init__.py
marshy/factory/dataclass_marshaller_factory.py
marshy/factory/enum_marshaller_factory.py
marshy/factory/factory_marshaller_factory.py
marshy/factory/list_marshaller_factory.py
marshy/factory/marshaller_factory_abc.py
marshy/factory/optional_marshaller_factory.py
marshy/factory/union_marshaller_factory.py
marshy/marshaller/__init__.py
marshy/marshaller/as_str_marshaller.py
marshy/marshaller/bool_marshaller.py
marshy/marshaller/datetime_marshaller.py
marshy/marshaller/deferred_marshaller.py
marshy/marshaller/enum_marshaller.py
marshy/marshaller/iterable_marshaller.py
marshy/marshaller/marshaller_abc.py
marshy/marshaller/no_op_marshaller.py
marshy/marshaller/obj_marshaller.py
marshy/marshaller/optional_marshaller.py
marshy/marshaller/primitive_marshaller.py
marshy/marshaller/property_marshaller.py
marshy/marshaller/union_marshaller.py
test/__init__.py
test/test_custom_marshalling.py
test/test_factory_ordering.py
test/test_marshall_bool.py
test/test_marshall_datetime.py
test/test_marshall_deferred.py
test/test_marshall_enum.py
test/test_marshall_iterable.py
test/test_marshall_obj.py
test/test_marshall_optional.py
test/test_marshall_primitive.py
test/test_marshall_properties.py
test/test_marshall_union.py
test/test_marshall_uuid.py
test/test_performance.py
test/test_utils.py
test/performance/__init__.py
test/performance/fixtures.py
test/performance/marshmallow_performance.py
test/performance/marshy_performance.py