org.encog.persist.persistors.generic
Class XML2Object
java.lang.Object
org.encog.persist.persistors.generic.XML2Object
public class XML2Object
- extends Object
A generic class used to take an XML segment and produce an object 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 |
XML2Object
public XML2Object()
load
public void load(ReadXML in,
EncogPersistedObject target)
- Load an object from XML.
- Parameters:
in - The XML reader.target - The object to load.
- Throws:
IllegalAccessException
IllegalArgumentException
Copyright © 2011. All Rights Reserved.