|
In a SOA scenario we get a huge object tree populated with objects according to the data contract. On the client side we want to add functionality to these objects: interfaces and methods. The data contract is not supposed to contain any intelligence.
Copying the data contract and adding all intelligence by means of inheritance, requires that the complete object tree is converted back and forth. That is one possible solution.
Are there perhaps other solutions that you know of?
Regards.
|