We are facing performance issue in our .NET CF mobile application when calling the web service which fetches a lot of data from the web server. On narrow downing the issue we figured out the when the objects are getting deserialized on the client, it is taking a lot of time.
We are thinking of writing some custom code for the entire communication or probabaly for the serialization/deserialization of the objects.
Can anyone help me to find a best possible solution/approach.