Package io.micronaut.serde.xml
@NullMarked
package io.micronaut.serde.xml
XML object mapper, reader, writer, and configuration support.
- Since:
- 3.2
-
ClassDescriptionPrecomputes XML property layout from reusable key descriptors.The XmlObjectMapper class provides a concrete implementation of the
ObjectMapperinterface, utilizing XML serialization and deserialization.XML-specific configuration.Toggleable read-side features for the XML object mapper.StreamingDecoderover anXMLStreamReader, with one concrete variant per XML scope (document root, object element, array wrapper, synthetic root).AnEncoderthat serializes objects to XML using a StAXXMLStreamWriter.