Hi,
I am trying to use the LocalTransportSender for in-proc web service calls. Looking at the implementation of the LocalTransportSender/LocalTransportReceiver I found it serializes the object model into a byte array and then serialize it back. It seems a little bit inefficient to me since all the objects are in the same process and should be able to share. So I was wonderfing if it is possible to directly share the object model between the client and provider? Sorry if this question sounds stupid or has been asked and answered, but I am quite new to this list.
Thanks!
Weining
