Package org.apache.xmlrpc.serializer
package org.apache.xmlrpc.serializer
-
ClassDescriptionThe default instance of
XmlWriterFactorycreates instances ofXMLWriterImpl.ATypeSerializerfor BigDecimal.ATypeSerializerfor BigInteger.ATypeSerializerfor booleans.ATypeSerializerfor byte arrays.ATypeSerializerfor date values.An implementation ofXmlWriterFactory, which creates instances ofCharSetXMLWriter.ATypeSerializerfor date values.The default implementation ofXmlWriterFactorytests, whether theCharSetXmlWriterFactoryis usable.ATypeSerializerfor doubles.Base class for external XML representations, like DOM, or JAXB.ATypeSerializerfor floats.ATypeSerializerfor bytes.ATypeSerializerfor shorts.ATypeSerializerfor integers.ATypeSerializerfor longs.ATypeSerializerfor lists.ATypeSerializerfor maps.The node serializer is serializing a DOM node.ATypeSerializerfor null values.ATypeSerializerfor object arrays.ATypeSerializerfor instances ofSerializable.ATypeSerializerfor strings.ATypeSerializeris 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.