Home » apache-xmlrpc-3.1.3-src » org.apache » xmlrpc » serializer »

org.apache.xmlrpc.serializer

Interfaces:

TypeSerializer   A TypeSerializer is able to write a parameter or result object to the XML RPC request or response.  code | html
XmlWriterFactory   This factory is responsible for creating instances of org.apache.ws.commons.serialize.XMLWriter code | html

Abstract Classes:

ExtSerializer   Base class for external XML representations, like DOM, or JAXB.  code | html
TypeSerializerImpl   Abstract base implementation of a type serializer.  code | html

Classes:

BaseXmlWriterFactory   The default instance of XmlWriterFactory creates instances of org.apache.ws.commons.serialize.XMLWriterImpl code | html
BigDecimalSerializer   A TypeSerializer for BigDecimal.  code | html
BigIntegerSerializer   A TypeSerializer for BigInteger.  code | html
BooleanSerializer   A TypeSerializer for booleans.  code | html
ByteArraySerializer   A TypeSerializer for byte arrays.  code | html
CalendarSerializer   A TypeSerializer for date values.  code | html
CharSetXmlWriterFactory   An implementation of org.apache.xmlrpc.serializer.XmlWriterFactory , which creates instances of org.apache.ws.commons.serialize.CharSetXMLWriter code | html
DateSerializer   A TypeSerializer for date values.  code | html
DefaultXMLWriterFactory   The default implementation of org.apache.xmlrpc.serializer.XmlWriterFactory tests, whether the org.apache.xmlrpc.serializer.CharSetXmlWriterFactory is usable.  code | html
DoubleSerializer   A TypeSerializer for doubles.  code | html
FloatSerializer   A TypeSerializer for floats.  code | html
I1Serializer   A TypeSerializer for bytes.  code | html
I2Serializer   A TypeSerializer for shorts.  code | html
I4Serializer   A TypeSerializer for integers.  code | html
I8Serializer   A TypeSerializer for longs.  code | html
ListSerializer   A TypeSerializer for lists.  code | html
MapSerializer   A TypeSerializer for maps.  code | html
NodeSerializer   The node serializer is serializing a DOM node.  code | html
NullSerializer   A TypeSerializer for null values.  code | html
ObjectArraySerializer   A TypeSerializer for object arrays.  code | html
SerializableSerializer   A org.apache.xmlrpc.serializer.TypeSerializer for instances of java.io.Serializable code | html
StringSerializer   A TypeSerializer for strings.  code | html
XmlRpcWriter   This class is responsible for writing an XmlRpc request or an XmlRpc response to an output stream.  code | html