Serialization in Windows Communication Foundation

Service Station, by Aaron Skonnard

Syndication

Next time you stop by the Service Station, you'll find my latest column. It's titled Serialization in Windows Communication Foundation. It compares the ins-and-outs of the three supported WCF serializers --XmlSerializer, DataContractSerializer, and NetDataContractSerializer -- including the differences in their respective programming models and XML mapping algorithms. Enjoy.
 

Posted Jul 12 2006, 05:10 PM by Aaron Skonnard
Filed under: ,

Comments

Andy V wrote re: Serialization in Windows Communication Foundation
on 07-21-2006 8:31 AM
Nice article, I wonder though, what "lessons learned" from 1.X/2.X Serialization went into deciding that when I mark a private member with [DataMember] and specify a Name, the proxy class always appends "Property" to the name. For Example.

[DataMember(Name="Foo")]
int _foo

results in:

someProxy.FooProperty not someProxy.Foo

Thanks

Andy

Add a Comment

(required)  
(optional)
(required)  
Remember Me?