Encoding « bigdecimal « Java Data Type Q&A





1. Encoding BigDecimal with JSON-Lib for Java    stackoverflow.com

I am using JSON-Lib library to do JSON encoding. Can't do it with GSON (my preferred library when dealing with JSON in Java) or any other libraries ...

2. BigDecimal optimal scale for encoding    stackoverflow.com

I need to encode a BigDecimal compactly into a ByteBuffer to replace my current (rubbish) encoding scheme (writing the BigDecimal as a UTF-8 encoded String prefixed with a byte denoting the ...