JAXB Marshalling without UnMarshalling
Hi,
Using JAXB can I Marshall an java object to xml directly without Unmarshalling it first?
Thanks.
Hi,
Using JAXB can I Marshall an java object to xml directly without Unmarshalling it first?
Thanks.
well... yes, as long as the java object is in java binding format...