XML Serializers
The XmlSerializer class is used to serialize POJOs into XML.
The XmlDocSerializer class is the same but serializes a
<?xml?> header at the top of the file.
The class hierarchy for the builder of this serializer is:
Refer to the builder javadocs for configurable settings.
The following pre-configured serializers are provided for convenience:
Share feedback or follow-up questions for this page directly through GitHub.