adapter: specify type of objects in DictObjectStore for xml/json deserialize functions
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