XStream is a serialization library from Java objects to XML and back.
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.21</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Serialize a POJO to XML using XStream.
Use XStream.setupDefaultSecurity() and restrict permitted classes.
No dependency data recorded yet.