JAXB | Marshal | Unmarshal | convert Java object to XML | convert XML data into Java object

preview_player
Показать описание
JAXB stands for Java Architecture for XML Binding. By using JAXB context
we can perform Marshalling & Unmarshalling in JAVA.
Marshalling is the process of converting Java object into XML data. By performing Marshalling we can write java object data into xml file.
Unmarshalling is the process of converting xml data into respective Java object.
Рекомендации по теме
Комментарии
Автор

just what i needed, a simple and straight forward demonstration. Thank you for this.

InspiringFocus
Автор

Thank you for the simplicity. Just what i needed.

edirinnelson
Автор

is it deprecated ? i am unable to import anything in java 11. can you please provide fix ?

JohnDoe-ejvm
Автор

Exception in thread "main"
Caused by:
at
at
at

Im getting this exception while i run. Can u let me know what all jars to be included to run the project.

thanujames
Автор

How can I send a xml over socket? Can you show this?

odudao