Uses of Package
org.apache.xmlrpc.serializer
Packages that use org.apache.xmlrpc.serializer
Package
Description
-
Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.client
-
Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.commonClassDescriptionA
TypeSerializerfor date values.ATypeSerializeris able to write a parameter or result object to the XML RPC request or response. -
Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.jaxbClassDescriptionBase class for external XML representations, like DOM, or JAXB.A
TypeSerializeris able to write a parameter or result object to the XML RPC request or response. -
Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.serializerClassDescriptionThe default instance of
XmlWriterFactorycreates instances ofXMLWriterImpl.Base class for external XML representations, like DOM, or JAXB.ATypeSerializerfor object arrays.ATypeSerializeris able to write a parameter or result object to the XML RPC request or response.Abstract base implementation of a type serializer.This factory is responsible for creating instances ofXMLWriter. -
Classes in org.apache.xmlrpc.serializer used by org.apache.xmlrpc.serverClassDescriptionThis class is responsible for writing an XmlRpc request or an XmlRpc response to an output stream.This factory is responsible for creating instances of
XMLWriter.