Skip to content

adapter: specify type of objects in DictObjectStore for xml/json deserialize functions

Leon Mauritz Möller requested to merge fix/deserialization_return_types into master

Previously mypy would not know the type of the objects in the DictObjectStore, which would result in mypy infering Any and not checking whether attributes exist for objects in the object store.

Edited by Leon Mauritz Möller

Merge request reports