In the question titled How to use Dataobject.net with WCF Alexey Kulakov wrote DataObject.Net has serialization of Entities... I can find no reference to serialization in the DO documentation. How can an Entity object be serialized? |
I've been experimenting with the "Simple example" code provided by Support, and from what I can tell, it doesn't work at all if the stream is not deserialized within the same process that serialized it to begin with. The stream appears to contain no actual data (perhaps it has a reference to a cached object in memory?). In other words, as far as I can tell, the object has not actually been serialized. Sending the serialized object to another process (sort of the whole point of serialization) won't work this way. |