The CA.Common.xml namespace provides a place to hold common xml type functions in .NET. The most utilised on these objects is the XmlObjectSerialisation object which provides the facility to Serialise and Deserialise public .NET objects to strings ready to easy handeling.
Classes
| Class | Description | |
|---|---|---|
| DataContractSerialisation |
This static class provides methods for Serializing and Deserializing .NET objects which are marked up using the .NET Data Contracts in WCF.
This is new feature from .NET 3.0 onwards and provides a more optimal and controlled method compared to XmlObjectSerialisation XmlObjectSerialisation
Once the Data Contracts have been marked up they can be taken down a string for persistent storage or transport over the wire.
| |
| XmlObjectSerialisation |
This static class provides methods for Serializing and Deserializing .NET objects. This functionality is useful for taking an object
down to a string for persistent storage or transport over the wire.
|