0 votes
in C Sharp by
What is serialization?

1 Answer

0 votes
by

If you want to transport an object through network then you have to convert the object into a stream of bytes. The process of converting an object into a stream of bytes is called serialization.

...