git-cpan-module: SOAP-WSDL git-cpan-version: 2.00_29 git-cpan-authorid: MKUTTER git-cpan-file: authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00_29.tar.gz
49 lines
1.0 KiB
INI
49 lines
1.0 KiB
INI
=pod
|
|
|
|
=head1 NAME
|
|
|
|
SOAP::WSDL::Manual::Deserializer
|
|
|
|
=head1 DESERIALIZER CLASSES
|
|
|
|
Deserializer classes convert SOAP messages to perl data structures.
|
|
|
|
SOAP::WSDL comes with several builtin serializer classes:
|
|
|
|
=over
|
|
|
|
=item * L<SOAP::WSDL::Deserializer::XSD|SOAP::WSDL::Deserializer::XSD>
|
|
|
|
Creates SOAP::WSDL::XSD objects from SOAP messages. Default deserializer for
|
|
generated interfaces and SOAP::WSDL::Client.
|
|
|
|
=item * L<SOAP::WSDL::Deserializer::Hash|SOAP::WSDL::Deserializer::Hash>
|
|
|
|
Creates perl hash structures from SOAP messages.
|
|
|
|
=item * L<SOAP::WSDL::Deserializer::SOM|SOAP::WSDL::Deserializer::SOM>
|
|
|
|
Creates SOAP::SOM objects from SOAP messages. Default deserializer for
|
|
SOAP::WSDL.
|
|
|
|
See L<SOAP::Lite> for more information on SOAP::SOM objects.
|
|
|
|
=back
|
|
|
|
=head1 WRITING YOUR OWN DESERIALIZER
|
|
|
|
See L<SOAP::WSDL::Factory::Deserializer>.
|
|
|
|
=head1 LICENSE AND COPYRIGHT
|
|
|
|
Copyright 2007 Martin Kutter.
|
|
|
|
This file is part of SOAP-WSDL. You may distribute/modify it under the same
|
|
terms as perl itself
|
|
|
|
=head1 AUTHOR
|
|
|
|
Martin Kutter E<lt>martin.kutter fen-net.deE<gt>
|
|
|
|
=cut
|
|
|