try {
AbstractCajolingHandler.renderAsJSON(
(String)null, (String)null, contentParams.b, mq, writer, false);
} catch (IOException e) {
// Unlikely IOException to byte array; rethrow
throw new SomethingWidgyHappenedError(e);
}
result = FetchedData.fromBytes(
intermediateResponse.toByteArray(),
ContentType.JSON.mimeType,
"UTF-8",