org.apache.xmlrpc.serializer
Class BigIntegerSerializer
- TypeSerializer
public class BigIntegerSerializer
void | write(ContentHandler pHandler, Object pObject) - Writes the object
pObject to the SAX handler
pHandler .
|
BIGINTEGER_TAG
public static final String BIGINTEGER_TAG
Tag name of a BigDecimal value.
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
Writes the object pObject
to the SAX handler
pHandler
.
- write in interface TypeSerializer
pHandler
- The destination handler.pObject
- The object being written.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.