Description
Reason: BookmarkService cannot create bookmark for detached entity.
is related to https://issues.apache.org/jira/browse/ISIS-2383
Issue is, that the object graph that gets serialized must not contain detached entities. But instead of re-attaching all detached entities just to get their IDs for marshalling them later is inefficient. There should be a better way to do this.