Using C# .NET 2.0, I have a composite data class that does have the [Serializable] attribute on it. I am creating an XMLSerializer class and passi
[Serializable]
XMLSerializer
I have been using the NetDataSerialiser class to serialise my domain classes. NetDataContractSerializer Class.
NetDataSerialiser
The domain classes are shared between client and server.