Total members 11890 |It is currently Thu Apr 25, 2024 9:31 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





What is the use of serializable keyword in C#?




Author:
Newbie
User avatar Posts: 1
Have thanks: 0 time

serializable means that this class can be convert to xml or from xml.
(At least i used it for it)

for ex:

Code:

class Root
{
 string name;
}
 

means
Code:
<Root>
<
name>...</name>
</
Root>
 

XmlSerializable - use it for this.


Author:
Newbie
User avatar Posts: 2
Have thanks: 2 time

For this message the author hgedek has received gratitude : DrRakha
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : What is the use of serializable keyword in C#
 Is null a keyword     -  
 java instanceof keyword     -  
 switch keyword in c++ usage     -  
 Java volatile keyword     -  



Topic Tags

C# Serialization
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com