/* */ public void marshal(Object obj, XMLStreamWriter writer) throws JAXBException {
/* 164 */ write(obj, XMLStreamWriterOutput.create(writer, this.context), new StAXPostInitAction(writer, this.serializer));
/* */ }
/* */
/* */ public void marshal(Object obj, XMLEventWriter writer) throws JAXBException {
/* 168 */ write(obj, new XMLEventWriterOutput(writer), new StAXPostInitAction(writer, this.serializer));
/* */ }