Method | Description | |
---|---|---|
Fetch ( |
Fetches data for the specified object from the specified element.
|
|
Serialize ( object source ) : object |
Serializes the instance to an arbitrary object that will be passed to Store.Doing storage in two phases allows failure without manipulating the database.
|
|
Store ( |
Stores data for the specified object to the specified element.
|
Method | Description | |
---|---|---|
Fetch ( |
||
Serialize ( object source, |
||
Store ( |
||
Store ( |
protected Fetch ( |
||
element | The element to fetch data from. | |
target | object | The object to fetch data for. |
return | void |
protected Serialize ( object source ) : object | ||
source | object | The object to store data for. |
return | object |
protected Store ( |
||
element | The element to store data to. | |
serialized | object | The serialized object returned by Serialize. |
source | object | The object to store data for. |
return | void |