org.apache.xmlrpc.serializer
Class TypeSerializerImpl
java.lang.Object
org.apache.xmlrpc.serializer.TypeSerializerImpl
- All Implemented Interfaces:
- TypeSerializer
- Direct Known Subclasses:
- BigDecimalSerializer, BigIntegerSerializer, BooleanSerializer, ByteArraySerializer, CalendarSerializer, DateSerializer, DoubleSerializer, FloatSerializer, I1Serializer, I2Serializer, I4Serializer, I8Serializer, MapSerializer, NullSerializer, ObjectArraySerializer, SerializableSerializer, StringSerializer
public abstract class TypeSerializerImpl
- extends Object
- implements TypeSerializer
Abstract base implementation of a type serializer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZERO_ATTRIBUTES
protected static final Attributes ZERO_ATTRIBUTES
VALUE_TAG
public static final String VALUE_TAG
- Tag name of a value element.
- See Also:
- Constant Field Values
TypeSerializerImpl
public TypeSerializerImpl()
write
protected void write(ContentHandler pHandler,
String pTagName,
String pValue)
throws SAXException
- Throws:
SAXException
write
protected void write(ContentHandler pHandler,
String pTagName,
char[] pValue)
throws SAXException
- Throws:
SAXException
write
protected void write(ContentHandler pHandler,
String pLocalName,
String pQName,
String pValue)
throws SAXException
- Throws:
SAXException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.