Is there a recommended way to represent a BigDecimal (java) datatype in thrift? It is for a monetary value, so a double would not be appropriate. I could use a string and convert back and forth, but was looking to see how others had implemented this datatype.
Thanks, Brian
