Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 514 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 514 Bytes

This module contains various examples for the use of the XML serialization format.

Examples

  • 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.