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