serializationService.write(def, getComponentAttributes(request),
def.getDescriptor().getDefType().getPrimaryInterface(), out);
} catch (Throwable e) {
handleServletException(e, false, context, request, response, true);
} finally {
loggingService.stopTimer(LoggingService.TIMER_SERIALIZATION_AURA);
loggingService.stopTimer(LoggingService.TIMER_SERIALIZATION);
}
}
private void assertAccess(BaseComponentDef def) throws QuickFixException {