Algo-Web / POData

OData for Poor PHP Devs
Other
28 stars 13 forks source link

Wire deserialisation does not set resourceSetName #158

Open CyberiaResurrection opened 7 years ago

CyberiaResurrection commented 7 years ago

The resourceSetName property in deserialised ODataEntry objects must point to a ResourceSet, otherwise the cynic deserialiser doesn't know what properties it should be expecting, etc.

c-harris commented 4 years ago

Cynic should be decoupled from resource sets it should rely on the ResourceType directly. As complex types can be fetched directly and they have no resource set. ResourceTypes can also have more then one resources set