First I'll give the background, because I'm possibly trying to solve this problem the Wrong Way. When serializing objects exchanged via webmethods, I'm using the XmlType attribute to provide a ...
Message serialization goes by a variety of names like “marshalling” or “packing” but all fall under the umbrella of declaring the structure by which messages are assembled. Message serialization is ...