Copied form v2.5 changelog:
v2.5 wrote:
It's now possible to perform a hierarchical projection of a full entity graph, using an entity collection as a startpoint. The projection can be onto a dataset (which will get one datatable per entity type, including datarelations) or a dictionary/hashtable with per type an entitycollection with the projection results per entity type found in the graph.
So, as far as I know, the only way would be migrating the projection resultset dataset to your customObjects collection in a user custom routine. I will check out whether there's a better approach.