File: Deserializer.pod

package info (click to toggle)
libsoap-wsdl-perl 3.004-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,600 kB
  • sloc: perl: 8,433; xml: 1,769; java: 19; makefile: 15
file content (49 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=pod

=head1 NAME

SOAP::WSDL::Manual::Deserializer - Deserializer classes

=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