Provided by: libdancer-perl_1.3120+dfsg-1_all 

NAME
Dancer::Serializer::XML - serializer for handling XML data
SYNOPSIS
DESCRIPTION
METHODS
serialize
Serialize a data structure to a XML structure.
deserialize
Deserialize a XML structure to a data structure
content_type
Return 'text/xml'
CONFIG FILE
You can set XML::Simple options for serialize and deserialize in the config file:
engines:
XMLSerializer:
serialize:
AttrIndent: 1
deserialize:
ForceArray: 1
perl v5.18.1 2013-10-26 Dancer::Serializer::XML(3pm)