The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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