Hi, While going through the code base for Olingo 4.0. I found the following flow 1. OData request parsing eg "/employee" -- i.e. entityset request for all employee 2. Request execution to provide Resultant data -- say array of employee pojo (clarify if wrong) 3. The resultant data would be mapped to "OData" entity beans including property and links. 4. The Serialization mechanism then serializes the entities to json / json with metadata/atom etc format as requested.
My query here is pertaining to data sets which span complex entity structures/links/nested entities , would it be better to skip to create transfer objects i.e. "OData" entities and write down some sort of adapters to serialize straight from domain entities to relevant OData content. Regards, Vikram Pancholi
