org.encog.persist.persistors.generic
Class Object2XML
java.lang.Object
org.encog.persist.persistors.generic.Object2XML
public class Object2XML
- extends Object
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.
- Author:
- jheaton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REFF_ID
public static final String REFF_ID
- See Also:
- Constant Field Values
Object2XML
public Object2XML()
save
public void save(EncogPersistedObject encogObject,
WriteXML out)
- Save the object to XML.
- Parameters:
encogObject - The object to save.out - The XML writer.
Copyright © 2011. All Rights Reserved.