Pages
(Move to ...)
Home
Info
HowTo
Code
Publications
Finance
Links
Legal
▼
Showing posts with label
XML
.
Show all posts
Showing posts with label
XML
.
Show all posts
05/09/2024
[Java] Serialize POJO to XML according to XSD
›
If you generate a class from an XSD schema , it will come with the necessary annotations to serialize it to an XML String. You can therefore...
[Java] Generate POJO from XSD in Maven
›
Assuming you have a nice correct XSD file with proper namespace references and all, then you could convert it to a POJO (or more) using jaxb...
›
Home
View web version