SOAP::TypeMapper - Maps Perl types to their serializer/deserializer classes
This is an extensibility point built in to SOAP/Perl to allow for future
expansion, especially with regards to the eventual development of an XML
Schema-based metadata format. In the short term, you can use this
extensibility point to add support for marshaling blessed object references.
This is currently an experimental feature and will be documented
in more detail once we have a bit more implementation experience. Feel free
to peruse the sources and use this class if you like, and send feedback.