Nagarro Interview Question

What is serialization in C#?

Interview Answer

Anonymous

Dec 11, 2020

A way to convert objects into streams of bytes to send them over http (restful or soap for example) or store the objects in a persistence layer.

1