Nagarro interview question

What is serialization in C#?

Interview Answer

Anonymous

11 Dec 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