response.getWriter().append(callbackName).append("(");
super.serialize();
response.getWriter().append(")");
response.getWriter().flush();
} catch (IOException e) {
throw new ResultException("Unable to serialize data", e);
}
}
};
} catch (IOException e) {
throw new ResultException("Unable to serialize data", e);
}
}
};
}