Why is only one line read during deserialization? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why is only one line read during deserialization?

6th Mar 2020, 8:08 AM
Mary_d9
Mary_d9 - avatar
2 Answers
+ 3
Because deserialization is reverse process of serialization, during which objects are compressed into one-line binary-format string for storing in files. https://code.sololearn.com/WG0WxI8yfSBX/?ref=app https://www.guru99.com/c-sharp-serialization.html
6th Mar 2020, 9:29 AM
Gordon
Gordon - avatar
+ 2
Gordon thanks)
7th Mar 2020, 3:03 AM
Mary_d9
Mary_d9 - avatar