org.apache.xmlrpc.serializer
Class CalendarSerializer
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
org.apache.xmlrpc.serializer.CalendarSerializer
- All Implemented Interfaces:
- TypeSerializer
public class CalendarSerializer
- extends TypeSerializerImpl
A TypeSerializer for date values.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CALENDAR_TAG
public static final String CALENDAR_TAG
- Tag name of a BigDecimal value.
- See Also:
- Constant Field Values
DATE_TAG
public static final String DATE_TAG
- Tag name of a date value.
- See Also:
- Constant Field Values
CalendarSerializer
public CalendarSerializer()
write
public void write(ContentHandler pHandler,
Object pObject)
throws SAXException
- Description copied from interface:
TypeSerializer
- Writes the object
pObject to the SAX handler
pHandler.
- Parameters:
pHandler - The destination handler.pObject - The object being written.
- Throws:
SAXException - Writing the object failed.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.