ByteArrayOutputStream out = new ByteArrayOutputStream();
//serializer.setOutput(out, "utf-8");
new String(out.toByteArray(), "utf-8");