There is no other way how to do that AFAIK.
You have to explicitly state all dependencies the deserialized object tree contains in that bundle where you are trying to do that.
You could try to put all domain object into one bundle, let's say model and then let all other bundles depend on it.