In a system with both ends (client and server) in .NET, is it possible to use the binary serialization provided by the dataset class in ADO.NET 2.0 when the datasets are exposed as WebMethods parameters ?
Is it ok to use something like the following just before the dataset is returned:
someDataSet.RemotingFormat = SerializationFormat.Binary;