You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Archana Rai (JIRA)" <ji...@apache.org> on 2019/06/12 05:10:00 UTC

[jira] [Created] (OLINGO-1365) [V2-Client-JSON] Child entities not serialized if parent has no property

Archana Rai created OLINGO-1365:
-----------------------------------

             Summary: [V2-Client-JSON] Child entities not serialized if parent has no property
                 Key: OLINGO-1365
                 URL: https://issues.apache.org/jira/browse/OLINGO-1365
             Project: Olingo
          Issue Type: Bug
            Reporter: Archana Rai


When the payload is like this

{"Id":"1","Version":1,"nr_Employees":[\{"ne_Manager":{"EmployeeId":"1"},"ne_Room":\{"Id":"1","Version":1}},\{"EmployeeId":"1","ImageUrl":"hhtp://url"}],"nr_Building":\{"nb_Rooms":[{"Id":"1","Version":1}]}}

misses out the ne_Manager and ne_Room currently.

For Json the child should be serialized irrespective of the parent properties. 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)