public class BigDecimalSerializer extends TypeSerializerImpl
TypeSerializer for BigDecimal.| Modifier and Type | Field and Description |
|---|---|
static String |
BIGDECIMAL_TAG
Tag name of a BigDecimal value.
|
VALUE_TAG, ZERO_ATTRIBUTES| Constructor and Description |
|---|
BigDecimalSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(ContentHandler pHandler,
Object pObject)
Writes the object
pObject to the SAX handler
pHandler. |
write, write, writepublic static final String BIGDECIMAL_TAG
public void write(ContentHandler pHandler, Object pObject) throws SAXException
TypeSerializerpObject to the SAX handler
pHandler.pHandler - The destination handler.pObject - The object being written.SAXException - Writing the object failed.Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.