I have a need to pass a custom object to a remote web service. I have read that it may be necessary to implement ISerializable, but I\'ve done that and I\'m encountering difficu
Look at this question to see how to implement XML serialization for your custom objects