| Package | Description |
|---|---|
| com.echomine.xmlrpc |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerializerFactory.addDeserializer(java.lang.String name,
Deserializer deserializer)
registers a deserializer for the particular name type.
|
Copyright © 2001-2005 Echomine. All Rights Reserved.