org.encog.persist.persistors
Class TextDataPersistor
java.lang.Object
org.encog.persist.persistors.TextDataPersistor
- All Implemented Interfaces:
- Persistor
public class TextDataPersistor
- extends Object
- implements Persistor
The Encog persistor used to persist the TextData class.
- Author:
- jheaton
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextDataPersistor
public TextDataPersistor()
load
public EncogPersistedObject load(ReadXML in)
- Load the specified Encog object from an XML reader.
- Specified by:
load in interface Persistor
- Parameters:
in - The XML reader to use.
- Returns:
- The loaded object.
save
public void save(EncogPersistedObject obj,
WriteXML out)
- Save the specified Encog object to an XML writer.
- Specified by:
save in interface Persistor
- Parameters:
obj - The object to save.out - The XML writer to save to.
Copyright © 2011. All Rights Reserved.