java-tutorials/jaxb/src/main/resources/custom-date-unmarshalling.xml
2019-09-14 10:46:52 +01:00

5 lines
119 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<book>
<title>Book1</title>
<published>1979-11-28 02:31:32</published>
</book>