See: Description
Class | Description |
---|---|
ArrayListParser |
This class parses standard
ArrayList structures. |
ArrayParser |
This class parses a String-based representation of an array to or from XML.
|
Base64 | |
Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
ByteArrayParser |
This class parses a string-based representation of a
ByteArray to or from XML. |
DateParser |
This class serialises and parses a
Date object to or from XML. |
DomParser |
This class serialises and parses a
Document object to or from XML. |
ElementParser |
This parses an xml
Element to or from a String. |
FileObjectParser |
This class parses a
FileObject to or from XML. |
HashMapParser |
This class parses standard
HashMap structures. |
HashtableParser |
This class parses standard
Hashtable structures. |
LinkedHashMapParser |
This class parses standard
LinkedHashMap structures. |
ListParser |
This class parses standard list structures of simple types or other list structures.
|
MyObjectInputStream |
This class extends a Java
ObjectInputStream to allow a specified class loader to be used. |
ObjectParser |
This class serialises and parses an Object that extends
java.io.Serializable . |
ReflectionParser |
This class parses objects created through reflection.
|
StackParser |
This class parses standard
Stack structures. |
VectorParser |
This class parses standard
Vector structures. |