Tag Archives: WCF Serialization

Opt-in Vs Opt-out in WCF

XmlSerializer was with Microsoft .NET since version 1.0 but with .NET framework version 3.0, Microsoft introduces DataContractSerializer. DataContractSerializer is the default serializer for WCF although we can still use XmlSerializer for serialization in Windows Communication Foundation. A basic difference between the two Serializers is the approach being used and that is the primary goal of… Read More »