this.state = collection.disassemble(persister);
this.state = state;
collection.initializeFromCache(persister, state, owner); collection.afterInitialize();
//TODO: assumes all collections disassemble to an array! return (Serializable[]) state;
return "CollectionCacheEntry" + ArrayHelper.toString( getState() );