0 votes
by (120 points)
What does a serializer do?

1 Answer

0 votes
by (200 points)
Serialization is the process of converting an object into a stream of bytes to store the object or transmit it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed. The reverse process is called deserialization.

Related questions

0 votes
1 answer
asked Aug 30, 2021 by storage (360 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked May 14, 2021 by staticram (140 points)
0 votes
0 answers
asked May 9, 2021 by staticram (140 points)
0 votes
1 answer
0 votes
1 answer
asked Nov 28, 2019 by memory (640 points)
...