Updated IDataModel
Added two functions, MarshalData() and JsonData() to handle deserialization and serialization. (Special case with Setting)
This commit is contained in:
parent
b2b4eeff05
commit
102a1d5d62
1 changed files with 2 additions and 0 deletions
|
|
@ -4,4 +4,6 @@ public interface IDataModel
|
||||||
{
|
{
|
||||||
string Id();
|
string Id();
|
||||||
bool EqualId(string oid);
|
bool EqualId(string oid);
|
||||||
|
void MarshalData(string id, string data);
|
||||||
|
string JsonData();
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue