Description
Conceptual
Figure JAXB remains for Java design for XML binding and is utilized to change over XML to java protest and java question XML.JAXB characterizes an API for perusing and composing Java items to and from XML documents. Unlike SAX and DOM, one need not to know about XML parsing methods.
The marshaling alludes to the way toward changing over the information or the items into a byte-stream, and unmarshalling is the turn around procedure of changing over the byte-stream beack to their unique information or question. The change is accomplished through "serialization".
Example
Key Points