Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Developers,

I am using DataContract to transfer the data b/w service and client, i am having the bit confusion in whether i have to serialize the data which is DataContract manually or .NET framework will take care of this.

Thanks in advance.
Posted

1 solution

The framework will take care of it.
You need to do this on your own only when you want to customize your messsage and then send it.
This can be done by customizing the binding / encoding of the service.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900