1Data::AMF::Parser(3)  User Contributed Perl Documentation Data::AMF::Parser(3)
2
3
4

NAME

6       Data::AMF::Parser - deserializer proxy class
7

SYNOPSIS

9       my $amf3_parser_class = Data::AMF::Parser->new( version => 3 ); my
10       $amf0_parser_class = Data::AMF::Parser->new( version => 0 ); # or just
11       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.32.0                      2020-07-28              Data::AMF::Parser(3)
Impressum