
Dancer::Serializer::XML - serializer for handling XML data


Serialize a data structure to a XML structure.
Deserialize a XML structure to a data structure
Return 'text/xml'
You can set XML::Simple options for serialize and deserialize in the config file:
engines:
XMLSerializer:
serialize:
AttrIndent: 1
deserialize:
ForceArray: 1