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.

Related questions

0 votes
asked Oct 16, 2020 in JAVA by SakshiSharma
0 votes
asked Jan 11, 2020 in Big Data | Hadoop by rajeshsharma
...