Feature #4593
closedxmlrpc does not support bigdecimal
Description
=begin
XMLRPC does not support bigdecimal.
See my pull request here to add support for bigdecimal type to xmlrpc library:
https://github.com/ruby/ruby/pull/13
=end
Updated by atambo (Alex Tambellini) over 14 years ago
=begin
This would apply to 1.8 and 1.9.
=end
Updated by sorah (Sorah Fukumori) over 14 years ago
- Project changed from 2 to Ruby
- Category changed from lib to lib
=begin
=end
Updated by mrkn (Kenta Murata) over 14 years ago
=begin
Hi,
On 2011年4月22日金曜日 at 1:47, Alex Tambellini wrote:
XMLRPC does not support bigdecimal.
See my pull request here to add support for bigdecimal type to xmlrpc library:
https://github.com/ruby/ruby/pull/13
A BigDecimal isn't generally a double precision number.
I'm worrying about that there isn't common consensus for treating a BigDecimal as double.
If you want to deal with a BigDecimal as a double in XMLRPC,
you can convert the BigDecimal to a Float using BigDecimal#to_f.
--
Kenta Murata
Sent with Sparrow
=end
Updated by mrkn (Kenta Murata) over 14 years ago
- Status changed from Open to Rejected
=begin
=end