Call its toString method to get the actual String value. So doing: StringWriter sw = new StringWriter(); jaxbMarshaller.marshal(customer, sw); String ...
確定! 回上一頁