Class EntityObjectsToXmlWriter

java.lang.Object
com.atlassian.confluence.impl.backuprestore.backup.container.EntityObjectsToXmlWriter
All Implemented Interfaces:
AutoCloseable

public class EntityObjectsToXmlWriter extends Object implements AutoCloseable
Implementation of EntityObjectsWriter that coverts objects to XML stream (the same way as the legacy XML writer does). The only difference is that it provides better formatting. It does not support multi-threading, so for parallel converting, a few converters (with separate writers) should be instantiated.
Since:
7.20.0