C# Class Encog.Persist.Persistors.OneToOneSynapsePersistor

The Encog persistor used to persist the OneToOneSynapse class.
Inheritance: IPersistor
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
Load ( ReadXML xmlIn ) : IEncogPersistedObject

Load the specified Encog object from an XML reader.

Save ( IEncogPersistedObject obj, WriteXML xmlOut ) : void

Save the specified Encog object to an XML writer.

Method Details

Load() public method

Load the specified Encog object from an XML reader.
public Load ( ReadXML xmlIn ) : IEncogPersistedObject
xmlIn Encog.Parse.Tags.Read.ReadXML The XML reader to use.
return IEncogPersistedObject

Save() public method

Save the specified Encog object to an XML writer.
public Save ( IEncogPersistedObject obj, WriteXML xmlOut ) : void
obj IEncogPersistedObject The object to save.
xmlOut Encog.Parse.Tags.Write.WriteXML The XML writer to save to.
return void