SOAP::GenericHashSerializer - Generic serializer for Perl hashes


SOAP documentation  | view source Contained in the SOAP distribution.

Index


NAME

Top

SOAP::GenericHashSerializer - Generic serializer for Perl hashes

SYNOPSIS

Top

DESCRIPTION

Top

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

Top

SOAP::Serializer

AUTHOR

Top

Keith Brown


SOAP documentation  | view source Contained in the SOAP distribution.