=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 Creates SOAP::WSDL::XSD objects from SOAP messages. Default deserializer for generated interfaces and SOAP::WSDL::Client. =item * L Creates perl hash structures from SOAP messages. =item * L Creates SOAP::SOM objects from SOAP messages. Default deserializer for SOAP::WSDL. See L for more information on SOAP::SOM objects. =back =head1 WRITING YOUR OWN DESERIALIZER See L. =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 Emartin.kutter fen-net.deE =cut