[ https://issues.apache.org/jira/browse/OLINGO-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Archana Rai resolved OLINGO-1365. --------------------------------- Resolution: Fixed This is fixed now. [https://gitbox.apache.org/repos/asf?p=olingo-odata2.git;a=commit;h=156e167c9de4238dee75f8c82995463aa5ee84f3] > [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 > Assignee: Archana Rai > Priority: Major > > 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)