Can I swap WCF deserializer from configuration?

Posted by JohnIdol on Stack Overflow See other posts from Stack Overflow or by JohnIdol
Published on 2010-05-25T21:48:02Z Indexed on 2010/05/25 22:11 UTC
Read the original article Hit count: 282

I have a problem with WCF deserialization where the client hangs on the response for more than a minute.

I'd like to try to swap different deserializers and see if it affects the behavior.

Can I swap in/out different serializers (are there any others?) from configuration, and if so can I do that with any binding, or is that out of control once the service reference is imported?

Any help appreciated!

© Stack Overflow or respective owner

Related posts about wcf

Related posts about configuration