2
Reply

What is the process of Serialization?

Yachit Kumar

Yachit Kumar

Nov 04, 2012
1.8k
0

    Serialization is a process of taking an object and converting into a form so that it can be transported across the network or can be persisted in the storage location. This storage location can be physical file, database or ASP.NET Cache.

    mannu m
    March 26, 2013
    0

    Serialization is an easy way to convert an object to a binary representation that can then be e.g. written to disk or sent over a wire.

    Yogesh Sharma
    November 09, 2012
    0