Currency field using Java SDK

Currency field using Java SDK

Hello we are using a currency field and the Java SDK to work with the Zoho CRM.
When inserting an object the field requires a Double object. However when we get the field back from the a QueryOperations request the field is suddenly a BigDecimal. I tried using BigDecimal to insert but then I get an Type Error because the field requires a double.

Can you fix this inconsistency so that it is either Double or BigDecimal on both places?