Descripción
Sintaxis
void marshal(Object jaxbElement, File output) throws JAXBException
void marshal(Object jaxbElement, OutputStream os) throws JAXBException
void marshal(Object jaxbElement, Writer writer) throws JAXBException
void marshal(Object jaxbElement, XMLEventWriter writer) throws JAXBException
void marshal(Object jaxbElement, XMLStreamWriter writer) throws JAXBException
void marshal(Object jaxbElement, Result result) throws JAXBException
void marshal(Object jaxbElement, Node node) throws JAXBException
void marshal(Object jaxbElement, ContentHandler handler) throws JAXBException
Parámetros
- Result result,
- XMLEventWriter writer,
- Object jaxbElement,
- Writer writer,
- Node node,
- File output,
- OutputStream os,
- ContentHandler handler,
- XMLStreamWriter writer,
Excepciones
MarshalException, JAXBException, IllegalArgumentException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.