|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.persist.persistors.generic.Object2XML
public class Object2XML
A generic class used to take an object and produce XML for it. Some of the Encog persistors make use of this class. The Encog generic persistor makes use of this class.
| Constructor Summary | |
|---|---|
Object2XML()
|
|
| Method Summary | |
|---|---|
void |
save(EncogPersistedObject encogObject,
WriteXML out)
Save the object to XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Object2XML()
| Method Detail |
|---|
public void save(EncogPersistedObject encogObject,
WriteXML out)
encogObject - The object to save.out - The XML writer.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||