Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The samples in this section show how to configure a data contract for a Windows Communication Foundation (WCF) service.
In This Section
- Basic Data Contract
Demonstrates how to implement a data contract.
- Known Types
Demonstrates how to specify information about derived types in a data contract.
- DataContractSerializer Sample
Demonstrates the DataContractSerializer, which performs general serialization and deserialization services for the data contract classes.
- POCO Support
Demonstrates serialization support for undecorated types.
- Object References
Demonstrates how to pass objects by reference between server and client.
Related Sections
© 2007 Microsoft Corporation. All rights reserved.