ClassNotFoundException {
Object object = null;
ObjectMarshallingStrategy strategy = null;
if ( _handle.hasStrategyIndex() ) {
strategy = context.usedStrategies.get( _handle.getStrategyIndex() );
object = strategy.unmarshal( context,
_handle.getObject().toByteArray(),
(context.ruleBase == null)?null:context.ruleBase.getRootClassLoader() );
}
InternalFactHandle handle = null;