Package io.axoniq.dataprotection.serialization.xml
Support for serialization to XML via XStream.
-
Class Summary Class Description CompactDriver XStream HierarchicalStreamDriver implementation that uses a CompactWriter to write XML without newlines and indentation, while writing it using the (default) XPPReader.Dom4JToByteArrayConverter Converter that converts Dom4j Document instances to a byte array.InputStreamToDom4jConverter Converter that converts an input stream to a Dom4J document.InputStreamToXomConverter Converter that converts an input stream to a XOM document.XomToStringConverter Converter that converts XOM Document instances to a String.XStreamSerializer Serializer that uses XStream to serialize and deserialize arbitrary objects.