NAME
App::Oozie::Serializer::YAML
VERSION
version 0.013
SYNOPSIS
use App::Oozie::Serializer;
my $s = App::Oozie::Serializer->new(
# ...
format => 'yaml',
);
my $d = $s->decode( $input );
DESCRIPTION
YAML encoder/decoder.
NAME
App::Oozie::Serializer::YAML - YAML encoder/decoder.
Methods
encode
decode
SEE ALSO
App::Oozie. App::Oozie::Serializer.
AUTHORS
David Morel
Burak Gursoy
COPYRIGHT AND LICENSE
This software is copyright (c) 2023 by Booking.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.