this.fastClass = fastClass;
try { return fastClass.newInstance(); } catch ( Throwable t ) { throw new InstantiationException( "Could not instantiate entity with CGLIB optimizer: ", fastClass.getJavaClass(), t ); }
Class beanClass = ( Class ) in.readObject(); fastClass = FastClass.create( beanClass );
out.writeObject( fastClass.getJavaClass() );