How do I deal with PDX and BigDecimal types?
I have a class called "Product" with a "price" value in BigDecimal. But PDX doesn't have a "writeBigDecimal" method (And I can't find examples on Internet).
Thanks a lot!
D.
How do I deal with PDX and BigDecimal types?
I have a class called "Product" with a "price" value in BigDecimal. But PDX doesn't have a "writeBigDecimal" method (And I can't find examples on Internet).
Thanks a lot!
D.