org.apache.xmlrpc.serializer

Class BigIntegerSerializer

Implemented Interfaces:
TypeSerializer

public class BigIntegerSerializer
extends TypeSerializerImpl

A TypeSerializer for BigInteger.

Field Summary

static String
BIGINTEGER_TAG
Tag name of a BigDecimal value.

Fields inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

VALUE_TAG, ZERO_ATTRIBUTES

Method Summary

void
write(ContentHandler pHandler, Object pObject)
Writes the object pObject to the SAX handler pHandler.

Methods inherited from class org.apache.xmlrpc.serializer.TypeSerializerImpl

write, write, write

Field Details

BIGINTEGER_TAG

public static final String BIGINTEGER_TAG
Tag name of a BigDecimal value.

Method Details

write

public void write(ContentHandler pHandler,
                  Object pObject)
            throws SAXException
Writes the object pObject to the SAX handler pHandler.
Specified by:
write in interface TypeSerializer
Parameters:
pHandler - The destination handler.
pObject - The object being written.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.