|
3 |
edited tags
|
||
|
2 |
Added tag 'reflection'
|
||
|
1 |
|
||
How does WCF deserialization instantiate objects without calling a constructor?There is some magic going on with WCF deserialization. How does it instantiate an instance of the data contract type without calling its constructor? For example, consider this data contract:
When obtaining an instance of this object via So, how does WCF do this? Is this a technique that others can use too, or is it hidden away from us?
|
||||
