/* 114 */ MarshallerImpl m = (MarshallerImpl)_m;
/* 115 */ m.write(this.tagName, this.bi, t, m.createXmlOutput(result), m.createPostInitAction(result));
/* */ }
/* 119 */ @NotNull
/* */ public T unmarshal(Unmarshaller _u, XMLStreamReader in) throws JAXBException { UnmarshallerImpl u = (UnmarshallerImpl)_u;
/* 120 */ return ((JAXBElement)u.unmarshal0(in, this.bi)).getValue(); }
/* */ @NotNull
/* */ public T unmarshal(Unmarshaller _u, Source in) throws JAXBException {
/* 124 */ UnmarshallerImpl u = (UnmarshallerImpl)_u;
/* 125 */ return ((JAXBElement)u.unmarshal0(in, this.bi)).getValue();
/* */ }