public abstract class Java5DecimalConvert extends Object
java.math.BigDecimal serialization using Java 1.5 and later.
Some idiot changed the toString() serialization format in Java 1.5, making it incompatible with the
schema xs:decimal representation. This class acts as a bridge to the Java 1.5 API, and can only be used on Java 1.5
and later (until Sun again changes the API) versions.| Constructor and Description |
|---|
Java5DecimalConvert() |
| Modifier and Type | Method and Description |
|---|---|
static String |
serializeDecimal(BigDecimal value)
Serialize decimal value to text using the
|
public static String serializeDecimal(BigDecimal value)
value - BigDecimal value to serializeCopyright © 2005–2016 jibx.org. All rights reserved.