Soap Response performance
I have a soap webservice extended from
Lets say i have web method and have return type of following classes (either one of them)
Class ReturnTypeA
{
}
Class ReturnTypeB
{
}
Which return type class has better performance while in terms of xmL serialization ? A or B
my client application is in C#