logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Dancer Core Developers

Description

METHODSserialize
       Serialize a data structure to an XML structure.

   deserialize
       Deserialize an XML structure to a data structure

   content_type
       Return 'text/xml'

   CONFIGFILE
       You can set XML::Simple options for serialize and deserialize in the config file:

          engines:
             XMLSerializer:
               serialize:
                  AttrIndent: 1
               deserialize:
                  ForceArray: 1

Name

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

Synopsis

Version

       version 1.3521

See Also