org.encog.persist.persistors.generic
Class Object2XML

java.lang.Object
  extended by 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

Field Summary
static String REFF_ID
           
 
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
 

Field Detail

REFF_ID

public static final String REFF_ID
See Also:
Constant Field Values
Constructor Detail

Object2XML

public Object2XML()
Method Detail

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.