Hi all, i'm looking for some performance comparison some charts. I have read
the xmlserializer is better, more flexible and faster (analyzing data types
in constructor), but there are some limitation (i.e. public members).
SoapFormatter is better to serialize arbitrary data.
I have done some tests and SoapFormatter is faster 5 times than
XmlSerializer. I don't undestand it, I have tried large arrays, small string
.... the result seems the same - soapformatter is better.
Any idea???
Thank's Petr