public class BigDecimalCodec
extends Object
Encodes numbers as strings in such a way that the lexicographic order of the
encoded strings is the same as the natural order of the original numbers. The
length of an encoded number is only slightly larger than the length of its
original number. Unlike other schemes, there is no limit to the size of
numbers which may be encoded.
- Author:
- ted stockwell, David Fuelling
- See Also:
- "https://raw.github.com/sappenin/objectify-utils/master/src/main/java/com/sappenin/objectify/translate/util/BigDecimalCodec.java"