Properly serailze the correct object type versus the parent objClass

This commit is contained in:
Brad Figler 2015-03-09 19:00:35 +00:00
parent ec995838fb
commit 17435212ed

View File

@ -209,7 +209,7 @@ class ApiClient:
setattr(instance, attr, subValues)
else:
setattr(instance, attr, self.deserialize(value,
objClass))
attrType))
return instance