Package dev.metaschema.databind.io.xml


package dev.metaschema.databind.io.xml
Provides support for reading and writing Metaschema instance data in XML format.

This package contains XML-specific implementations of the serialization and deserialization interfaces, including:

  • XML deserializer for reading XML into bound objects
  • XML serializer for writing bound objects to XML
  • XML-specific problem handlers for error recovery
  • XML parsing and writing context interfaces

The XML implementation uses StAX (Streaming API for XML) for XML processing, specifically the Woodstox implementation.

See Also: