1Dancer2::Serializer::DuUmspeerr(C3o)ntributed Perl DocumDeanntcaetri2o:n:Serializer::Dumper(3)
2
3
4
6 Dancer2::Serializer::Dumper - Serializer for handling Dumper data
7
9 version 0.207000
10
12 This is a serializer engine that allows you to turn Perl data
13 structures into Data::Dumper output and vice-versa.
14
16 content_type
17 Returns 'text/x-data-dumper'
18
20 serialize($content)
21 Serializes a Perl data structure into a Dumper string.
22
23 deserialize($content)
24 Deserialize a Dumper string into a Perl data structure.
25
27 from_dumper($content)
28 This is an helper available to transform a Data::Dumper output to a
29 Perl data structures.
30
31 to_dumper($content)
32 This is an helper available to transform a Perl data structures to a
33 Data::Dumper output.
34
35 Calling this function will not trigger the serialization's hooks.
36
38 Dancer Core Developers
39
41 This software is copyright (c) 2018 by Alexis Sukrieh.
42
43 This is free software; you can redistribute it and/or modify it under
44 the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.28.1 2018-11-14 Dancer2::Serializer::Dumper(3)