C# (CSharp) Encog.Persist.Persistors.Generic Namespace

Сlasses

Name Description
FieldMapping A simple mapping that holds the reference, field and target of an object. This is used internally by the object mapper to help resolve references.
GenericPersistor An Encog perisistor that can be used with any object that supports the Encog generic persistence. Simply provide the class to the constructor, and return an instance of this object in the getPersistor call. When loading an object, Encog will attempt to use this class if no other suitable persistor can be found.
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.
ObjectMapper Used to map objects to reference numbers. This is where reference numbers are resolved. This class is used by Encog generic persistence.
ObjectTagger The object tagger is used in generic persistence to tag objects with a reference number.
XML2Object 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.