9
shouts

DataContract Serializer Essentials - on code

published 240 days, 16 hours, 43 minutes ago posted by ironkittenironkitten 242 days, 19 hours, 47 minutes ago
Friday, January 08, 2010 10:27:16 AM GMT Wednesday, January 06, 2010 7:23:25 AM GMT

Windows Communication Foundation (WCF) uses a serialization engine called the Data Contract Serializer by default to serialize and deserialize data (convert it to and from XML). All .NET Framework primitive types, such as integers and strings, as well as certain types treated as primitives, such as DateTime and XmlElement, can be serialized with no other preparation and are considered as having default data contracts. This post examines the basics of Data Contract serialization.

category: ASP.NET | clicked: 78 | | source: www.suhair.in | show counter code
tags: CSharp, datacontractserializer, WCF