I have read that...
I have things passing... I have to update the proxy for EntityCollections on regeneration, but that's easy...
Basically I'm trying to figure out how to send a collection of ItemEntities that contain their sub collection of OptionEntities which in turn contains its sub collection of OptionDetailEntities...
I don't want to send all the individual objects across in sep collections and have to re-assemble on the other side... (hence what I mean by dis/assemble)
Generics seem to be a no...
I can pass regular entity collections fine... Just doesn't seem like they come across with the prefetched collections and sub collections...
This might partially be explained by the v2 Entity sub collections are generic...???