|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JaxbUtil.MarshalResult | |
|---|---|
| org.jcoderz.commons.util | |
| Uses of JaxbUtil.MarshalResult in org.jcoderz.commons.util |
|---|
| Methods in org.jcoderz.commons.util that return JaxbUtil.MarshalResult | |
|---|---|
static JaxbUtil.MarshalResult |
JaxbUtil.marshal(Object data,
JAXBContext ctx)
Serializes (marshals) a given JAXB object and returns the result as byte array, along with the validation events collected during marshalling. |
static JaxbUtil.MarshalResult |
JaxbUtil.marshal(Object data,
String contextPath)
Serializes (marshals) a given JAXB object and returns the result as byte array, along with the validation events collected during marshalling. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||