org.apache.xmlrpc.serializer
Class CalendarSerializer
- TypeSerializer
public class CalendarSerializer
static String | CALENDAR_TAG- Tag name of a BigDecimal value.
|
static String | DATE_TAG- Tag name of a date value.
|
void | write(ContentHandler pHandler, Object pObject)- Writes the object
pObject to the SAX handler
pHandler.
|
CALENDAR_TAG
public static final String CALENDAR_TAG
Tag name of a BigDecimal value.
DATE_TAG
public static final String DATE_TAG
Tag name of a date value.
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXExceptionWrites 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.