for (Map.Entry<?, ?> entry : extras.entrySet()) {
json.writeMapEntry(entry.getKey(), entry.getValue());
}
}
json.writeMapKey("actions");
json.writeArrayBegin();
run(actions, json);
json.writeArrayEnd();
loggingService.startTimer(LoggingService.TIMER_SERIALIZATION);
loggingService.startTimer(LoggingService.TIMER_SERIALIZATION_AURA);