1Data::AMF::Formatter(3)User Contributed Perl DocumentatioDnata::AMF::Formatter(3)
2
3
4

NAME

6       Data::AMF::Formatter - serializer proxy class
7

SYNOPSIS

9       my $amf3_formatter_class = Data::AMF::Formatter->new( version => 3 );
10       my $amf0_formatter_class = Data::AMF::Formatter->new( version => 0 ); #
11       or just new without option
12

METHODS

14   new

AUTHOR

16       Daisuke Murase <typester@cpan.org>
17
19       This program is free software; you can redistribute it and/or modify it
20       under the same terms as Perl itself.
21
22       The full text of the license can be found in the LICENSE file included
23       with this module.
24
25
26
27perl v5.36.0                      2022-07-22           Data::AMF::Formatter(3)
Impressum