Stax Mate is a small extension to Stax that offers an improved API to serialize XML. The code looks a bit cleaner and it is saving you a few key strokes.
Since it is based on Stax you get the same performance.
Serializers should extend AbstractStaxMateSerializer.
<dependency> <groupId>com.cedarsoft.serialization</groupId> <artifactId>stax-mate</artifactId> <version>4.0.7</version> </dependency>
Optional Woodstox dependency:
<dependency> <groupId>org.codehaus.woodstox</groupId> <artifactId>woodstox-core-asl</artifactId> <version>4.0.6</version> </dependency>