mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-08 16:40:56 +00:00
Properly serailze the correct object type versus the parent objClass
This commit is contained in:
parent
ec995838fb
commit
17435212ed
@ -209,7 +209,7 @@ class ApiClient:
|
||||
setattr(instance, attr, subValues)
|
||||
else:
|
||||
setattr(instance, attr, self.deserialize(value,
|
||||
objClass))
|
||||
attrType))
|
||||
|
||||
return instance
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user