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)