Files
java-tutorials/xstream/src/test/resources/data-file.xml
T

5 lines
166 B
XML
Raw Normal View History

<com.baeldung.pojo.Customer>
<firstName>XStream</firstName>
<lastName>Java</lastName>
<dob>1986-02-14 03:46:16.381 UTC</dob>
</com.baeldung.pojo.Customer>