Package org.apache.xmlrpc.serializer
package org.apache.xmlrpc.serializer
-
ClassDescriptionThe default instance of
XmlWriterFactory
creates instances ofXMLWriterImpl
.ATypeSerializer
for BigDecimal.ATypeSerializer
for BigInteger.ATypeSerializer
for booleans.ATypeSerializer
for byte arrays.ATypeSerializer
for date values.An implementation ofXmlWriterFactory
, which creates instances ofCharSetXMLWriter
.ATypeSerializer
for date values.The default implementation ofXmlWriterFactory
tests, whether theCharSetXmlWriterFactory
is usable.ATypeSerializer
for doubles.Base class for external XML representations, like DOM, or JAXB.ATypeSerializer
for floats.ATypeSerializer
for bytes.ATypeSerializer
for shorts.ATypeSerializer
for integers.ATypeSerializer
for longs.ATypeSerializer
for lists.ATypeSerializer
for maps.The node serializer is serializing a DOM node.ATypeSerializer
for null values.ATypeSerializer
for object arrays.ATypeSerializer
for instances ofSerializable
.ATypeSerializer
for strings.ATypeSerializer
is able to write a parameter or result object to the XML RPC request or response.Abstract base implementation of a type serializer.This class is responsible for writing an XmlRpc request or an XmlRpc response to an output stream.This factory is responsible for creating instances ofXMLWriter
.