WCF DataContracts and
DataMembers
Serialization is the process of converting object to xml
representation
By default WCF uses DataContractSerializer
If you want explicit control on what fields and properties
get serialized then use DataContract and DataMember attributes

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.