Thanks in advance.
"Cairn" <Ca...@discussions.microsoft.com> wrote in message
news:E6D01C0A-1965-4A29...@microsoft.com...
You can still use XML serialisation, you just need to implement the
IXmlSerializable interface and write your own ReadXml method.
See
http://msdn.microsoft.com/en-us/library/system.xml.serialization.ixmlserializable.aspx.
--
Joe Fawcett (MVP - XML)
http://joe.fawcett.name
You can use the ISerializationSurrogate interface to delegate the
serialization to another class,
see my post titled "Mapping between schemata while serializing" in this
newsgroup.
How to serialize an object which is not marked as 'Serializable' using a
surrogate.
http://www.codeproject.com/KB/dotnet/Surrogate_Serialization.aspx
Joris