org.apache.xmlrpc.serializer

Class BooleanSerializer

public class BooleanSerializer extends TypeSerializerImpl

A {@link TypeSerializer} for booleans.
Field Summary
static StringBOOLEAN_TAG
Tag name of a boolean value.
Method Summary
voidwrite(ContentHandler pHandler, Object pObject)

Field Detail

BOOLEAN_TAG

public static final String BOOLEAN_TAG
Tag name of a boolean value.

Method Detail

write

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