SOAP::WSDL::Manual::Deserializer (3)
Leading comments
Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) Standard preamble: ========================================================================
NAME
SOAP::WSDL::Manual::Deserializer - Deserializer classesDESERIALIZER CLASSES
Deserializer classes convertSOAP
messages to perl data structures.
SOAP::WSDL
comes with several builtin serializer classes:
- *
-
SOAP::WSDL::Deserializer::XSD
Creates
SOAP::WSDL::XSDobjects fromSOAPmessages. Default deserializer for generated interfaces and SOAP::WSDL::Client. - *
-
SOAP::WSDL::Deserializer::Hash
Creates perl hash structures from
SOAPmessages. - *
-
SOAP::WSDL::Deserializer::SOM
Creates
SOAP::SOMobjects fromSOAPmessages. Default deserializer forSOAP::WSDL.See SOAP::Lite for more information on
SOAP::SOMobjects.
WRITING YOUR OWN DESERIALIZER
See SOAP::WSDL::Factory::Deserializer.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