Uses of Interface
com.echomine.xmlrpc.Deserializer

Packages that use Deserializer
com.echomine.xmlrpc   
 

Uses of Deserializer in com.echomine.xmlrpc
 

Classes in com.echomine.xmlrpc that implement Deserializer
 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 Deserializer
 void SerializerFactory.addDeserializer(java.lang.String name, Deserializer deserializer)
          registers a deserializer for the particular name type.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.