GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  C#

 Print  |  
Question:  C# Serializable Keyword

Answer: What is the use of serializable keyword in C#?


March 03, 2009 00:44:53 #2
 rags_73   Member Since: December 2008    Total Comments: 1 

RE: C# Serializable Keyword
 
Preserving the state of an object is called as serialization and serialization is needed whenever you want communicate across process as well as physical boundaries.
     

 

Back To Question