| Previous | Next
SOAP::SerializerSOAP::Serializer does not need to be used directly except when autotyping is enabled. It allows you to specify types for your data. You can specify a type with SOAP::Data, with code similar to the following: SOAP::Data->type(something => [ ... ]) When serialization is reached, SOAP::Lite will attempt to serialize your data with the
|