org.apache.xmlrpc.serializer
Class DateSerializer
- TypeSerializer
public class DateSerializer
static String | DATE_TAG- Tag name of a date value.
|
DateSerializer(Format pFormat)- Creates a new instance with the given formatter.
|
void | write(ContentHandler pHandler, Object pObject)- Writes the object
pObject to the SAX handler
pHandler.
|
DATE_TAG
public static final String DATE_TAG
Tag name of a date value.
DateSerializer
public DateSerializer(Format pFormat)
Creates a new instance with the given formatter.
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.