The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SOAP::GenericHashSerializer - Generic serializer for Perl hashes

SYNOPSIS

DESCRIPTION

Serializes a vanilla Perl hash to a SOAP::OutputStream. Note that Perl hashes are unordered, so the serialization order is not guaranteed. Use SOAP::Struct as opposed to a hash if you need to preserve order (this is actually a requirement of the SOAP spec).

DEPENDENCIES

SOAP::Serializer

AUTHOR

Keith Brown