How can serialisation/deserialisation improve performance?
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2010-04-08T13:14:30Z
Indexed on
2010/04/08
13:23 UTC
Read the original article
Hit count: 269
c#
|serialization
Hi,
I heard an example at work of using serialization to serialise some values for a webpart (which come from class properties), as this improves performance (than I assume getting values/etting values from/to database). I know it is not possible to get an explanation of how performance in the scenario I speak of at work can be improved as there is not enough information, but is there any explanation of how serialization can generally improve performance?
Thanks
© Stack Overflow or respective owner