NAME
App::Oozie::Serializer
VERSION
version 0.011
SYNOPSIS
use App::Oozie::Serializer;
my $s = App::Oozie::Serializer->new(
# ...
format => 'yaml',
);
my $d = $s->decode( $input );
DESCRIPTION
Internal serializer.
NAME
App::Oozie::Serializer - Serializer for various formats.
Methods
decode
encode
Accessors
Overridable from sub-classes
enforce_type
format
slurp
SEE ALSO
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.