1Data::AMF::Formatter(3)User Contributed Perl DocumentatioDnata::AMF::Formatter(3)
2
3
4
6 Data::AMF::Formatter - serializer proxy class
7
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
14 new
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.34.0 2022-01-21 Data::AMF::Formatter(3)