Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,

I want some information regarding object serialization in ASP.Net. I have read some info on net but still I don't know how and when to apply this concept.

Thanks...
Posted
Comments
Sergey Alexandrovich Kryukov 5-Jan-12 0:00am    
I could understand -- "how", but "when"... If you don't know when, perhaps you don't need it...
--SA

I use http://json.codeplex.com/ It is very easy and fast)
 
Share this answer
 
Comments
comred 8-Jan-12 23:00pm    
Thanx Dimon.. :)
 
Share this answer
 
Comments
comred 8-Jan-12 23:01pm    
Thanks RaviRajankr.... :)
As you are using .NET v.4.0, I would advise you to focus on Data Contract. This is the most comprehensive and non-intrusive method of storing and loading any data.

Please see:
http://msdn.microsoft.com/en-us/library/ms733127.aspx[^].

See also my past answer where I advocate this approach:
How can I utilize XML File streamwriter and reader in my form application?[^],
Creating property files...[^],
deseralize a json string array[^].

—SA
 
Share this answer
 
Comments
comred 5-Jan-12 0:26am    
Thanks SA...
Sergey Alexandrovich Kryukov 10-Jan-12 1:09am    
You are very welcome.
Good luck, call again.
--SA
Try my article here : fastJSON[^]
 
Share this answer
 
Comments
comred 8-Jan-12 23:05pm    
Thank you very much...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900