| Utility code for XmlRpcServer/XmlRpcClient, such as type conversion.
The type conversion uses the following table to map types from one
domain to another:
Script Type | XML-RPC Type |
ExactNumber | <i4> or <int> |
InexactNumber | <double> |
Boolean | <boolean> |
String | <string> |
??? | <dateTime.iso8601> |
script object | <struct> |
Array | <array> |
??? | <base64> |
author: Rob Clark (rob@ti.com) |