org.apache.xmlrpc.serializer

Class CalendarSerializer

public class CalendarSerializer extends TypeSerializerImpl

A {@link TypeSerializer} for date values.
Field Summary
static StringCALENDAR_TAG
Tag name of a BigDecimal value.
static StringDATE_TAG
Tag name of a date value.
Method Summary
voidwrite(ContentHandler pHandler, Object pObject)

Field Detail

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.

Method Detail

write

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