This module contains various examples for the use of the XML serialization format.
- SOAP - An example of a more complex structure with polymorphism and multiple namespaces
- Dynamic tag names - An example of handling a custom serializer with delegate filtering (and "almostXml" handling)
- Example Jackson-like policy - An example of using a policy to determine overall behaviour of the format in how it assigns names and how data is structured.