------------------- - Hack to support deserialization with ``obj_type`` that is a generic type.
0.6.0
------------------- - Supporting tuples with mixed types without type key.
0.5.0
------------------- - Supporting complex keys in dictionaries, i.e. dataclasses, tuples etc.
0.4.0
------------------- - Supporting preservation of iterable types even when ``type_key`` is ``None``, through type hints. - Changed all warnings to use ``warnings`` instead of ``logging``.