I am using SOA architechture in my project.
In this i ampassing an object as a parameter for every web method call.
I do have many property in this object, using this i am passing all type of data.
Here in this classi need to have Dictionary property. It is giving the error message saying not able to Serialize.
Is there any way to serialize Dictionary?