Method | Description | |
---|---|---|
GenericPersistor ( |
Construct a generic persistor for the specified class.
|
|
Load ( |
Load from the specified node.
|
|
Save ( IEncogPersistedObject obj, |
Save the specified object.
|
public GenericPersistor ( |
||
clazz | The class to construct a persistor for. | |
return | System |
public Load ( |
||
xmlIn | The node to load from. | |
return | IEncogPersistedObject |
public Save ( IEncogPersistedObject obj, |
||
obj | IEncogPersistedObject | The object to save. |
xmlOut | The XML object. | |
return | void |