Uses of Interface
com.echomine.xmlrpc.Serializer

Packages that use Serializer
com.echomine.xmlrpc   
 

Uses of Serializer in com.echomine.xmlrpc
 

Classes in com.echomine.xmlrpc that implement Serializer
 class ArraySerializer
          Used to serialize and deserialize the XMLRPC array xml data.
 class Base64Serializer
          Serializer for the base64 binary data Example:
 class BooleanSerializer
          Serializer for the XMLRPC boolean type.
 class DateSerializer
          the date serializer will work with parsing and serializing the Date format.
 class DoubleSerializer
          Serializer for the double value.
 class IntSerializer
          A serializer for integer types.
 class StringSerializer
          The string serializer will work with the <string> type in the XML-RPC specs.
 class StructSerializer
          serializer for parsing a struct element into a hashmap or any Map-based class into an JDOM element.
 

Methods in com.echomine.xmlrpc with parameters of type Serializer
 void SerializerFactory.addSerializer(java.lang.Class classType, Serializer serializer)
          registers a serializer for a particular class type.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.