|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializationException | |
org.evolvica.engine | Algorithm engine. |
org.evolvica.util | Utility classes. |
Uses of SerializationException in org.evolvica.engine |
Methods in org.evolvica.engine that throw SerializationException | |
static void |
DescriptorWriter.write(org.w3c.dom.Document document,
java.net.URI uri)
Writes an XML document to the given URI. |
static void |
DescriptorWriter.write(org.w3c.dom.Document document,
java.io.OutputStream stream)
Writes an XML algorithm document to an output stream. |
static void |
DescriptorWriter.write(OperatorDescriptor descriptor,
java.io.OutputStream stream)
Writes an operator descriptor to an output stream. |
static void |
DescriptorWriter.write(OperatorDescriptor descriptor,
java.net.URI uri)
Writes an operator descriptor to the given URI. |
static OperatorDescriptor |
DescriptorBuilder.build(java.net.URI uri)
Loads a descriptor from the given URI. |
static OperatorDescriptor |
DescriptorBuilder.build(java.io.InputStream stream)
Loads a descriptor from the given input stream. |
static OperatorDescriptor |
DescriptorBuilder.build(org.w3c.dom.Document document)
Builds a descriptor from the given XML document. |
void |
AlgorithmWriter.write(IAlgorithm algorithm,
java.io.OutputStream stream)
Writes an algorithm to an output stream. |
org.w3c.dom.Document |
AlgorithmWriter.createDocument(IAlgorithm algorithm)
Creates a XML document from a given algorithm. |
IAlgorithm |
AlgorithmBuilder.build(java.lang.String uri)
Builds an algorithm from the resource at the given URI. |
IAlgorithm |
AlgorithmBuilder.build(java.lang.String uri,
java.lang.ClassLoader loader)
Builds an algorithm from the resource at the given URI. |
IAlgorithm |
AlgorithmBuilder.build(java.io.InputStream stream)
Builds an algorithm from the given inputstream. |
IAlgorithm |
AlgorithmBuilder.build(java.io.InputStream stream,
java.lang.ClassLoader loader)
Builds an algorithm from the given inputstream. |
IAlgorithm |
AlgorithmBuilder.build(org.w3c.dom.Document document)
Builds an algorithm from a XML document. |
IAlgorithm |
AlgorithmBuilder.build(org.w3c.dom.Document document,
java.lang.ClassLoader loader)
Builds an algorithm from a XML document. |
Uses of SerializationException in org.evolvica.util |
Methods in org.evolvica.util that throw SerializationException | |
static org.w3c.dom.Element |
SerialUtils.serialize(java.lang.Object object)
Serializes a JavaBean in an XML element. |
static void |
SerialUtils.serialize(org.w3c.dom.Element parent,
java.lang.Object object)
Serializes a JavaBean in an XML element. |
static java.lang.Object |
SerialUtils.deserialize(org.w3c.dom.Element element)
Deserializes an XML element into a Java object. |
static java.lang.Object |
SerialUtils.deserialize(org.w3c.dom.Element element,
java.lang.ClassLoader classloader)
Deserializes an XML element into a Java object. |
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |