Any XmlSerialization Limitations in WCF (as opposed to DataContract)?
Posted
by NealWalters
on Stack Overflow
See other posts from Stack Overflow
or by NealWalters
Published on 2010-04-11T23:40:54Z
Indexed on
2010/04/11
23:43 UTC
Read the original article
Hit count: 452
Is there anything I might regret later, i.e. any major limitations if we choose XmlSerialization instead of DataContract? Until now, we have embraced the schema first contract design.
For example, if we want to parameter inspection, security enhancements, etc... will locking in now with XmlSerialization be a problem when we try to add other WCF features?
© Stack Overflow or respective owner