|
 |
aspx thread: xml serialization
Message #1 by "Rohit Arora" <rohit_arora@i...> on Mon, 27 Jan 2003 13:24:14 +0530
|
|
Hi Group,
I am a bit on a lower side in xml. Can anybody tells me what does it means
by serialization in xml ?
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
Message #2 by "Alex Smotritsky" <alex.smotritsky@v...> on Mon, 27 Jan 2003 03:45:11 -0500
|
|
I think:
When you have an object of a class -- say a c# class, and you want to
store that object and any current state information for it to a file so
you can later get that object back from disk, you can serialize it to an
xml file -- store all data needed to rebuild it in an xml file.
-----Original Message-----
From: Rohit Arora [mailto:rohit_arora@i...]
Sent: Monday, January 27, 2003 2:54 AM
To: ASP.NET
Subject: [aspx] xml serialization
Hi Group,
I am a bit on a lower side in xml. Can anybody tells me what does it
means by serialization in xml ?
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
Message #3 by "Srinivas" <rsrinivas@p...> on Mon, 27 Jan 2003 09:39:39
|
|
Rohit,
Serialization is to make the data persistent.
The required data can be stored in xml format which can be retrieved for
later use in application.
Regards,
Srinivas
> Hi Group,
I am a bit on a lower side in xml. Can anybody tells me what does it means
by serialization in xml ?
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
Message #4 by "Rohit Arora" <rohit_arora@i...> on Mon, 27 Jan 2003 14:23:39 +0530
|
|
thanx alex
regards
rohit
-----Original Message-----
From: Alex Smotritsky [mailto:alex.smotritsky@v...]
Sent: Monday, January 27, 2003 2:15 PM
To: ASP.NET
Subject: [aspx] RE: xml serialization
I think:
When you have an object of a class -- say a c# class, and you want to
store that object and any current state information for it to a file so
you can later get that object back from disk, you can serialize it to an
xml file -- store all data needed to rebuild it in an xml file.
-----Original Message-----
From: Rohit Arora [mailto:rohit_arora@i...]
Sent: Monday, January 27, 2003 2:54 AM
To: ASP.NET
Subject: [aspx] xml serialization
Hi Group,
I am a bit on a lower side in xml. Can anybody tells me what does it
means by serialization in xml ?
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
|
|
 |