org.apache.xmlrpc.serializer

Class DateSerializer

public class DateSerializer extends TypeSerializerImpl

A {@link TypeSerializer} for date values.
Field Summary
static StringDATE_TAG
Tag name of a date value.
Constructor Summary
DateSerializer(Format pFormat)
Creates a new instance with the given formatter.
Method Summary
voidwrite(ContentHandler pHandler, Object pObject)

Field Detail

DATE_TAG

public static final String DATE_TAG
Tag name of a date value.

Constructor Detail

DateSerializer

public DateSerializer(Format pFormat)
Creates a new instance with the given formatter.

Method Detail

write

public void write(ContentHandler pHandler, Object pObject)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.