liubiao4123 / servicestack

Automatically exported from code.google.com/p/servicestack
0 stars 0 forks source link

WCF helper implementation #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If like me you'd like the benefits of using a ServiceStack serializer but do 
not want to change all your existing code and structure then the following need 
to be overridden in the ServiceStack package to be used in place of WCF 
elements:
• IDispatchMessageFormatter
• IClientMessageFormatter
• WebHttpBehavior -> and overridden methods to use the above implemented 
interfaces.

Original issue reported on code.google.com by lesth...@gmail.com on 27 Mar 2012 at 8:28