The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dancer2::Serializer::YAML - Serializer for handling YAML data

VERSION

version 0.03

SYNOPSIS

DESCRIPTION

METHODS

serialize

Serialize a data structure to a YAML structure.

deserialize

Deserialize a YAML structure to a data structure

content_type

Return 'text/x-yaml'

AUTHOR

Dancer Core Developers

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Alexis Sukrieh.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.