Hello,
we are planning to share types between two application communicating on top of wcf, using NetDatacontractSerializer for that, that works fine, but i want to introduce proxy objects on client side.
Is it possible to participate in the instance creation process of NetDataContractSerializer, or is writing a completely new serializer the only choice ?
many thanks