Serialization in .Net – Part-1 (What is Serialization)
on
Get link
Facebook
X
Pinterest
Email
Other Apps
Serialization is the process of converting an object into a stream of bytes or XML String, which can be saved into memory, a database, or a file or sent over a network connection.
Comments
Post a Comment