Hi All,
Can anyone please elabortae me the reasons why should I use Data Contract Serializer while we have XML/Binary serializer already there in .Net ?
Hi All,
Can anyone please elabortae me the reasons why should I use Data Contract Serializer while we have XML/Binary serializer already there in .Net ?
This is a site i found when i was looking into the same issue. You should check this out
Quoting from the same link mentioned above:
Advantages of DataContractSerializer over XMLSerializer
Hope it helps!