Tag Archives: XStream
ConversionException when parsing XML with XStream: Element is not defined
XStream is an easy to use Java library to serialize objects to XML and back again. Yesterday I wanted to parse a XML document generated by a third party software with the following structure: <?xml version="1.0" encoding="UTF-8"?> <AuditTrail> <Entry type="ExecutionReport" … Continue reading