Method | Description | |
---|---|---|
Load ( |
Load an object from XML.
|
Method | Description | |
---|---|---|
LoadActualObject ( |
Load an object.
|
|
LoadCollection ( IList collection ) : void |
Load a collection.
|
|
LoadObject ( |
Load an object and handle reference if needed.
|
|
SetFieldValue ( |
Set a field value.
|
public Load ( |
||
xmlIn | The XML reader. | |
target | IEncogPersistedObject | The object to load. |
return | void |