C# Class Encog.Persist.Persistors.Generic.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.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Свойство Type Description
REFF_ID String

Méthodes publiques

Méthode Description
Save ( IEncogPersistedObject encogObject, WriteXML xmlOut ) : void

Save the object to XML.

Private Methods

Méthode Description
SaveCollection ( ICollection value ) : void

Save a collection.

SaveField ( Object fieldObject ) : void

Save a field.

SaveFieldReference ( Object fieldObject ) : void

Save a field by reference.

SaveObject ( Object obj ) : void

Save an object.

Method Details

Save() public méthode

Save the object to XML.
public Save ( IEncogPersistedObject encogObject, WriteXML xmlOut ) : void
encogObject IEncogPersistedObject The object to save.
xmlOut Encog.Parse.Tags.Write.WriteXML The XML writer.
Résultat void

Property Details

REFF_ID public_oe static_oe property

The reference id. Generated by Encog.
public static String REFF_ID
Résultat String