XMLRPC> is an XML-RPC protocol implementation. Method parameters
types are guessed just like in L<JSON>, but you can pass explicit type if
guessing is wrong for you. Read more about parameter creation
e, $type) = ($type, '') unless defined $value;
return $value if blessed($value);
# From JSON::PP
my $flags = B::svref_2object(\$value)->FLAGS;
my $is_number = $flags & (B::SVp_IOK |