1Dancer::Serializer::XMLU(s3e)r Contributed Perl DocumentaDtainocner::Serializer::XML(3)
2
3
4
6 Dancer::Serializer::XML - serializer for handling XML data
7
9 version 1.3521
10
13 METHODS
14 serialize
15 Serialize a data structure to an XML structure.
16
17 deserialize
18 Deserialize an XML structure to a data structure
19
20 content_type
21 Return 'text/xml'
22
23 CONFIG FILE
24 You can set XML::Simple options for serialize and deserialize in the
25 config file:
26
27 engines:
28 XMLSerializer:
29 serialize:
30 AttrIndent: 1
31 deserialize:
32 ForceArray: 1
33
35 Dancer Core Developers
36
38 This software is copyright (c) 2010 by Alexis Sukrieh.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.36.0 2023-02-09 Dancer::Serializer::XML(3)