How to 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 21:51 UTC
Read the original article Hit count: 277

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 DataContract/Xml serializers (are there any others?) from configuration, and if so can I do that with any binding?

Any help appreciated!

© Stack Overflow or respective owner

Related posts about wcf

Related posts about configuration