Saved Bookmarks
| 1. |
Give Examples Where Serialization Is Used? |
|
Answer» Serialization is USED to SAVE session state in ASP.NET applications, to copy objects to the clipboard in Windows Forms. It is also used to PASS objects from one APPLICATION domain to another. Web SERVICES uses serialization. Serialization is used to save session state in ASP.NET applications, to copy objects to the clipboard in Windows Forms. It is also used to pass objects from one application domain to another. Web services uses serialization. |
|