|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.runtime.Java5DecimalConvert
public abstract class Java5DecimalConvert
Utility class supplying a static method for 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 Summary | |
|---|---|
Java5DecimalConvert()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
serializeDecimal(java.math.BigDecimal value)
Serialize decimal value to text using the |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Java5DecimalConvert()
| Method Detail |
|---|
public static java.lang.String serializeDecimal(java.math.BigDecimal value)
value -
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||